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: 2024.2.269.3570
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
  NameDescription
Public methodEquals
Compare this FileType to another object
(Overrides ObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Get a Hashcode
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Dump a FileType as a string
(Overrides ObjectToString.)
Top
See Also