IPublishingTargetAssetMap Method
|
Retrieves the
Asset Map for this publishing target.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax Function AssetMap As IAssetMap
abstract AssetMap : unit -> IAssetMap
Return Value
Type:
IAssetMapAsset map for this publishing target
Remarks
When a publishing target is not published yet, the Asset map will be empty. The very first full publish populates the Asset map for all Assets marked for publish on that publishing target.
See Also