RepositoryGetMaxProtectionAccess Method
|
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.1.265.5426
Syntax public ProtectionMode GetMaxProtectionAccess(
IList<FileSpec> filespecs,
Options options
)
Public Function GetMaxProtectionAccess (
filespecs As IList(Of FileSpec),
options As Options
) As ProtectionMode
public:
ProtectionMode GetMaxProtectionAccess(
IList<FileSpec^>^ filespecs,
Options^ options
)
member GetMaxProtectionAccess :
filespecs : IList<FileSpec> *
options : Options -> ProtectionMode
Parameters
- filespecs
- Type: System.Collections.GenericIListFileSpec
- options
- Type: Perforce.P4Options
Return Value
Type:
ProtectionModeSee Also