Asset Class |
Namespace: ConnectedApps.Cms.Entities
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.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (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 | Returns a string that represents the current object. (Inherited from Object.) |