The IAssetBinary type exposes the following members.
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.) | |
CreationDate |
Get the Creation Date of the Binary.
| |
DefaultAdditionalProperties |
Get the Additional Properties Dictionary on the first Section, if it exists.
| |
File |
Get the File Stream of the binary.
| |
ID |
Get ID of the object
(Inherited from IUniqueObject.) | |
Location |
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. | |
Name |
Get, set Name of the object
(Inherited from IUniqueObject.) | |
Owner |
Get the Owner AssetMember object.
| |
Sections |
Get the Section of a binary. Each section represent a unique set of metadata within the binary file.
| |
Url |
Get the URL of the Binary.
| |
Version |
Get the version of Binary represented in the Asset Member version collection
|