IAsset Properties |
The IAsset type exposes the following members.
Name | Description | |
---|---|---|
AssetId |
Gets the unique id of the Asset, from the CMS Asset system
| |
AssetType |
Gets the type of the Asset, from the CMS Asset system
| |
Extension |
Gets the extension of the Asset File.
The extension information is from Technical Metadata of the Asset
| |
FileName |
Gets the name of the Asset File
| |
FilePath | Gets the path of the Asset. External Asset path is the same as its Url, internal Asset path is the actual file location on disk | |
IsDITA |
Gets whether the Asset is a DITA asset
| |
IsExternal |
Gets whether the Asset pointing to an external source.
External assets is simple a URL with metadata, and has no actual File
in the published file system
| |
Metadata |
Gets the metadata of the Asset
| |
Url |
Gets the url of the Asset
|