Click or drag to resize
Asset Properties

The Asset type exposes the following members.

Properties
  Name Description
Public property AssetId
Gets a unique identifier for the asset.
Public property CreateDate
Gets the create date of the underlying file. Corresponds to the CreationTimeUtc property.
Public property CreatedByFirstName
Gets the first name of the create user.
Public property CreatedByLastName
Gets the last name of the create user.
Public property CreateUserId
Gets the id of the user who created the asset.
Public property Extension
Gets the extension of the asset.
Public property FolderName
Gets the folder name the asset is located in.
Public property FolderPath
Gets the complete folder path the asset is located at.
Public property LastModifiedByFirstName
Gets the first name of the last modified by user.
Public property LastModifiedByLastName
Gets the last name of the last modified by user.
Public property LastModifiedDate
Gets the last modified date of the underlying file. Corresponds to the LastWriteTimeUtc property.
Public property LastModifiedUserId
Gets the id of the user who last modified the asset.
Public property Name
Gets the full name of the asset including it's extension.
Public property NameWithoutExtension
Gets the name of the asset without it's extension.
Public property Size
Gets the size in bytes of the asset.
Top
See Also