The IAsset type exposes the following members.

Methods

  NameDescription
Public methodAddMember
Add a new member to the Asset's member collection.
Public methodAddMembers
Add multiple new members.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetVersion
Get the snapshot for specific version number of the Asset
(Inherited from IAssetVersioning.)
Public methodRemoveMember
Remove an existing AssetMember from this Asset's member collection.
Public methodRemoveVersion
Remove a specific version
(Inherited from IAssetVersioning.)
Public methodRestoreMember
Restore a removed member to the Asset's members collection.
Public methodUpaVersion
Increment a version on the current asset object
(Inherited from IAssetVersioning.)
Public methodUpdateMember
Commit the changes on the AssetMember object to its underlying database record.

See Also