FileMetaData Class |
Namespace: Perforce.P4
The FileMetaData type exposes the following members.
| Name | Description | |
|---|---|---|
| FileMetaData |
Default constructor
| |
| FileMetaData(File) |
Constructor for FileMetaData given a File
This command is "lossy" not all FileMetaData will be valid
| |
| FileMetaData(FileSpec) |
Constructor for FileMetaData given a FileSpec
This command is "lossy" not all FileMetaData will be valid
| |
| FileMetaData(DepotPath, Boolean, Boolean, FileAction, Int32, Int32, FileType, DateTime, DateTime, Int32, Int32, String, String, Int32, FileAction, FileType, String, Int32, Boolean, Boolean, Boolean, Int32, ListString, Boolean, ListString, ListFileAction, ListInt32, Boolean, ListFileResolveAction, DictionaryString, Object, DictionaryString, Object, DictionaryString, Object, DictionaryString, Object, DictionaryString, Object, Int64, String) |
Parameterized constructor
|
| Name | Description | |
|---|---|---|
| Action |
What is the current Action being performed on this file
| |
| ActionOwner |
Who is causing the current action to this file
| |
| AttributeDigests |
Dictionary of Attribute MD5 Digests
| |
| Attributes |
Dictionary of Attributes
| |
| AttributesProp |
Dictionary of Attribute Properties
| |
| Change |
Change ID
| |
| ClientPath |
The location of the file relative to client root
a ClientPath
| |
| DepotPath |
The location of the file in the depot
| |
| Desc |
Description
| |
| Digest |
MD5 Digest for this file
| |
| Directory |
Directory containing this file
| |
| FileSize |
Size of the file
| |
| HaveRev |
What revision do you have?
| |
| HeadAction |
What was the last action done on this file?
| |
| HeadChange |
What Change Id is associated with Head revision
| |
| HeadModTime |
What is the last modification time of the head revision
| |
| HeadRev |
What revision is the Head revision
| |
| HeadTime |
What is the creation time of the head revision
| |
| HeadType |
What is the FileType of the Head Revision
| |
| IsInClient |
Check if there is a non empty ClientPath
| |
| IsInDepot |
Check if there is a non-empty Depot Path
| |
| IsMapped |
Is this file mapped in the client/workspace?
| |
| IsStale |
Checks if the currently synced file is not at the latest revision
| |
| LocalPath |
The location of the file in the client's file system,
a LocalPath
| |
| MovedFile |
Access the DepotPath of the Moved File
| |
| MovedRev |
What revision was moved?
| |
| OpenAttributes |
Dictionary of Open Attributes
| |
| OpenAttributesProp |
Dictionary of Open Attributes Properties
| |
| OtherActions |
List of Actions by other users
| |
| OtherChanges |
List of other change IDs
| |
| OtherLock |
Does someone else have this file locked?
| |
| OtherLockUserClients |
List of Other Locks Clients
| |
| OtherOpen |
How many others have this file open?
| |
| OtherOpenUserClients |
List of other clients which have this file open
| |
| OtherUsers |
Other Users of this file
| |
| OurLock |
Do we have this file locked?
| |
| Reresolvable |
Is this file Re Resolvable?
| |
| Resolved |
Is this file Resolved?
| |
| ResolveRecords |
List of Resolve records
| |
| Shelved |
Is this file shelved
| |
| TotalFileCount |
Total File count
| |
| Type |
What is the File Type of this file
| |
| Unresolved |
Is this file Unresolved?
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| FromFstatCmdTaggedData |
Given tagged output from an "fstat" command instantiate this object.
| |
| GetDirectoryName |
Get the Directory this file is in by checking DepotPath, ClientPath and LocalPath as needed
| |
| GetFileName |
Get the Filename by checking DepotPath, ClientPath and LocalPath as needed
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| (File to FileMetaData) |
Cast a FileSpec to FileMetatData
This command is "lossy" not all FileMetaData will be valid
| |
| (FileMetaData to FileSpec) |
Operator to Create a FileSpec from FileMetaData
| |
| (FileSpec to FileMetaData) |
Cast a FileSpec to FileMetaData
This command is "lossy" not all FileMetaData will be valid
|