The IAssetBinary type exposes the following members.

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 propertyCreationDate
Get the Creation Date of the Binary.
Public propertyDefaultAdditionalProperties
Get the Additional Properties Dictionary on the first Section, if it exists.
Public propertyFile
Get the File Stream of the binary.
Public propertyID
Get ID of the object
(Inherited from IUniqueObject.)
Public propertyLocation
Get the storage location of the Binary.

The location is the path given by the Storage Provider. The Asset system uses this location to request that the Storage Provider retrieve a binary stream.

Public propertyName
Get, set Name of the object
(Inherited from IUniqueObject.)
Public propertyOwner
Get the Owner AssetMember object.
Public propertySections
Get the Section of a binary. Each section represent a unique set of metadata within the binary file.
Public propertyUrl
Get the URL of the Binary.
Public propertyVersion
Get the version of Binary represented in the Asset Member version collection

See Also