The IAssetMember type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddVersion |
Add a new Binary as latest version.
|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
Properties
Name | Description | |
---|---|---|
![]() | 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.) |
![]() | CurrentVersion |
Get the Current Version AssetBinary instance
|
![]() | Deleted |
Get if the AssetMember has been marked as deleted or not
|
![]() | Description |
Get/Set the description of the AssetMember
|
![]() | File |
Get the Stream of the Latest version binary
|
![]() | FileExtension |
Get the File Extension of the AssetMember
|
![]() | FileName |
Get the File Name of the AssetMember
|
![]() | ID |
Get ID of the object
(Inherited from IUniqueObject.) |
![]() | Item[([( Int32])]) |
Get the AssetBinary by its version number.
|
![]() | Item[([( String])]) |
Get the AssetBinary in the collection by its ID.
|
![]() | Name |
Get, set Name of the object
(Inherited from IUniqueObject.) |
![]() | Owner |
Get the owner Asset object of this AssetMember
|
![]() | PreviousVersions |
Get the collection of Previous version binaries as Array
|
![]() | Url |
Get the URL of the latest version binary
|