Asset Properties |
The Asset type exposes the following members.
Name | Description | |
---|---|---|
![]() |
AssetId |
Gets a unique identifier for the asset.
|
![]() |
CreateDate |
Gets the create date of the underlying file. Corresponds to the CreationTimeUtc property.
|
![]() |
CreatedByFirstName |
Gets the first name of the create user.
|
![]() |
CreatedByLastName |
Gets the last name of the create user.
|
![]() |
CreateUserId |
Gets the id of the user who created the asset.
|
![]() |
Extension |
Gets the extension of the asset.
|
![]() |
FolderName |
Gets the folder name the asset is located in.
|
![]() |
FolderPath |
Gets the complete folder path the asset is located at.
|
![]() |
LastModifiedByFirstName |
Gets the first name of the last modified by user.
|
![]() |
LastModifiedByLastName |
Gets the last name of the last modified by user.
|
![]() |
LastModifiedDate |
Gets the last modified date of the underlying file. Corresponds to the LastWriteTimeUtc property.
|
![]() |
LastModifiedUserId |
Gets the id of the user who last modified the asset.
|
![]() |
Name |
Gets the full name of the asset including it's extension.
|
![]() |
NameWithoutExtension |
Gets the name of the asset without it's extension.
|
![]() |
Size |
Gets the size in bytes of the asset.
|