The IAsset type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AllowedExistingVersions |
It is not the asset versions limit settings completely.
If auto discard is allowed, the number of this value is infinite
(Inherited from IAssetVersioning.) |
![]() | AssetManager |
Get the AssetSystemManager that created this object.
(Inherited from IAssetCommon.) |
![]() | AssetType |
Get the name of AssetType.
(Inherited from IAssetCommon.) |
![]() | Corrupted |
Test to learn if the asset object is corrupted/changed.
(Inherited from IAssetCommon.) |
![]() | CreationDate |
Get the Create Date of the Asset
|
![]() | CreationUserID |
Get the ID of user created this Asset
|
![]() | CurrentVersion |
Get the current version number
(Inherited from IAssetVersioning.) |
![]() | DefaultMember |
Get/Set the Default member of the Asset.
Default member of the Asset is normally the first member added to
the Asset.
|
![]() | Description |
Get/Set the Description of the Asset
|
![]() | ID |
Get ID of the object
(Inherited from IUniqueObject.) |
![]() | Item[([( Int32])]) |
Indexer: Get a member in this Asset by member ID
|
![]() | Item[([( String])]) |
Indexer: Get a member in this Asset by member name
|
![]() | LastModifiedDate |
Get the Date when the Asset was last modified
|
![]() | Members |
Get the member of this Asset in Array form
|
![]() | Name |
Get, set Name of the object
(Inherited from IUniqueObject.) |
![]() | Owner |
Set the Owner Object of this Asset
|
![]() | OwnerObjectID |
Get the ID of the owner object of this Asset
|
![]() | OwnerObjectType |
Get the type of the owner object of this Asset
|
![]() | Url |
Get the URL of the Asset, which is the URL of its default member.
|
![]() | Versions |
Get all available version numbers
(Inherited from IAssetVersioning.) |