Click or drag to resize

Options Constructor (GetProtectionEntriesCmdFlags, String, String, String)

Initializes a new instance of the Options class

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.255.3501
Syntax
public Options(
	GetProtectionEntriesCmdFlags flags,
	string groupName,
	string userName,
	string hostName
)

Parameters

flags
Type: Perforce.P4GetProtectionEntriesCmdFlags
groupName
Type: SystemString
userName
Type: SystemString
hostName
Type: SystemString
See Also