ContentVersion Structure |
Namespace: PDTec.IceNet.Core.Model.File
public struct ContentVersion
The ContentVersion type exposes the following members.
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
ChangedBy |
ID of the user who last changed the content version.
| |
ChangedOn |
Point of time the content version has been changed last.
| |
ContentHash |
The file content hash.
| |
ContentSize |
The file content size.
| |
ContentUuid |
The globally unique ID of the file content.
| |
CreatedBy |
ID of the user who created the content version.
| |
CreatedOn |
Point of time the content version has been created.
| |
Description |
The content version description.
| |
FileName |
The filename (without path) of the content version.
| |
VaultDisplayName |
The display name of the vault.
| |
VaultId |
The vault ID.
| |
VaultName |
The vault name.
| |
Version |
The version number.
|