The IAssetMember type exposes the following members.

Methods

  NameDescription
Public methodAddVersion
Add a new Binary as latest version.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)

Properties

  NameDescription
Public propertyAssetManager
Get the AssetSystemManager that created this object.
(Inherited from IAssetCommon.)
Public propertyAssetType
Get the name of AssetType.
(Inherited from IAssetCommon.)
Public propertyCorrupted
Test to learn if the asset object is corrupted/changed.
(Inherited from IAssetCommon.)
Public propertyCurrentVersion
Get the Current Version AssetBinary instance
Public propertyDeleted
Get if the AssetMember has been marked as deleted or not
Public propertyDescription
Get/Set the description of the AssetMember
Public propertyFile
Get the Stream of the Latest version binary
Public propertyFileExtension
Get the File Extension of the AssetMember
Public propertyFileName
Get the File Name of the AssetMember
Public propertyID
Get ID of the object
(Inherited from IUniqueObject.)
Public propertyItem[([( Int32])])
Get the AssetBinary by its version number.
Public propertyItem[([( String])])
Get the AssetBinary in the collection by its ID.
Public propertyName
Get, set Name of the object
(Inherited from IUniqueObject.)
Public propertyOwner
Get the owner Asset object of this AssetMember
Public propertyPreviousVersions
Get the collection of Previous version binaries as Array
Public propertyUrl
Get the URL of the latest version binary

See Also