Click or drag to resize

RepositoryGetBranchSpec Method (String)

Get a BranchSpec from the branch name

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.255.3501
Syntax
public BranchSpec GetBranchSpec(
	string branch
)

Parameters

branch
Type: SystemString
branch name

Return Value

Type: BranchSpec
BranchSpec
See Also