[This is preliminary documentation and is subject to change.]
Flags for the print command.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2012.2.63.1250 (2012.2.63.1250)
Syntax
C# |
---|
[FlagsAttribute] public enum GetFileContentsCmdFlags |
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration GetFileContentsCmdFlags |
Visual C++ |
---|
[FlagsAttribute] public enum class GetFileContentsCmdFlags |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No flags. | |
AllRevisions | 1 | The -C flag lists only directories that fall within the current client view. | |
Supress | 2 | The -D flag includes directories containing only deleted files. |