The FileItem type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Changed |
Gets or sets the date when the file was changed.
| |
| ChangedBy |
Gets or sets the user who changed the file.
| |
| CheckedoutRevision |
Gets or sets the checkedout revision for the versioned file
| |
| Created |
Gets or sets the created date for the file
| |
| CreatedBy |
Gets or sets the user who created the file
| |
| DefaultRevision |
Gets or sets the default revision for the versioned file
| |
| Id |
Gets or sets the unique id for the file.
| |
| Name |
Gets or sets the name of this item.
| |
| PendingIndexing |
Gets or sets a value indicating whether the file is waiting to be indexed.
| |
| VersionCounter |
Gets or sets the number of versions for the file
|