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.492
Syntax
IEnumerable<IDITAAlias> DITAAliasesForAsset(
	IAsset asset,
	bool includeAncestors = false
)

Parameters

asset  IAsset
The Asset to retrieve aliases for
includeAncestors  Boolean  (Optional)

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

Return Value

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