Click or drag to resize

ContentVersion Structure

Represents a content version (binary content) that is managed by an ice.NET file object an stored within a vault.

Namespace:  PDTec.IceNet.Core.Model.File
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public struct ContentVersion

The ContentVersion type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldChangedBy
ID of the user who last changed the content version.
Public fieldChangedOn
Point of time the content version has been changed last.
Public fieldContentHash
The file content hash.
Public fieldContentSize
The file content size.
Public fieldContentUuid
The globally unique ID of the file content.
Public fieldCreatedBy
ID of the user who created the content version.
Public fieldCreatedOn
Point of time the content version has been created.
Public fieldDescription
The content version description.
Public fieldFileName
The filename (without path) of the content version.
Public fieldVaultDisplayName
The display name of the vault.
Public fieldVaultId
The vault ID.
Public fieldVaultName
The vault name.
Public fieldVersion
The version number.
Top
See Also