Click or drag to resize

ISiteDITAAliasesForAsset Method


Retrieves a collection of DITA Asset Aliases belongs to the specified Asset.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
IEnumerable<IDITAAlias> DITAAliasesForAsset(
	IAsset asset,
	bool includeAncestors = false
)

Parameters

asset
Type: Ingeniux.CMSIAsset
The Asset to retrieve aliases for
includeAncestors (Optional)
Type: SystemBoolean

[Missing <param name="includeAncestors"/> documentation for "M:Ingeniux.CMS.ISite.DITAAliasesForAsset(Ingeniux.CMS.IAsset,System.Boolean)"]

Return Value

Type: IEnumerableIDITAAlias
DITA Asset Aliases created from the Asset
Remarks

The collection will not contain any null values. All non-existing Ids are ignored.

See Also