[This is preliminary documentation and is subject to change.]

Flags to define the base file type.

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2012.2.63.1250 (2012.2.63.1250)

Syntax

C#
[FlagsAttribute]
public enum BaseFileType
Visual Basic
<FlagsAttribute> _
Public Enumeration BaseFileType
Visual C++
[FlagsAttribute]
public enum class BaseFileType

Members

Member nameValueDescription
Unspecified0 An unspecified base file type.
Text1 Client Use: newlines translated. Server Storage: deltas in RCS format.
Binary2 Client Use: raw bytes. Server Storage: compressed binary.
Symlink4 Client Use: symbolic link. Server Storage: deltas in RCS format.
Apple8 Client Use: Mac resource + data. Server Storage: compressed AppleSingle.
Resource16 Client Use: Mac resource fork. Server Storage: compressed binary.
Unicode32 Client Use: newlines translated. Server Storage: deltas in RCS format stored as UTF-8.
UTF1664 Client Use: newlines translated client file UTF-16 Server Storage: deltas in RCS format stored as UTF-8 in client byte order unless BOM overrides File is always written with a BOM A BOM is needed for automatic type detection

See Also