Click or drag to resize

FileType Class

Specifies a Perforce file type for a managed file.
Inheritance Hierarchy
SystemObject
  Perforce.P4FileType

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public class FileType

The FileType type exposes the following members.

Constructors
  NameDescription
Public methodFileType(String)
Construct a FileType given a string specification
Public methodFileType(BaseFileType, FileTypeModifier)
FileType Constructor using BaseFileType and FileTypeModifier
Public methodFileType(BaseFileType, FileTypeModifier, Int32)
FileType Constructor
Top
Properties
  NameDescription
Public propertyBaseType
Property to access the BaseFileType
Public propertyModifiers
Property to access the FileType Modifiers
Public propertyStoredRevs
Property to access the number of Stored Revisions for this filetype Used for +S# file types
Top
Methods
See Also