Click or drag to resize

ISiteDITAAliases Method


Retrieves a collection of DITA Asset Aliases by their unique Id.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
IEnumerable<IDITAAlias> DITAAliases(
	IEnumerable<string> ditaAliasIds
)

Parameters

ditaAliasIds
Type: System.Collections.GenericIEnumerableString
ids of the DITA Asset Aliases to retrieve

Return Value

Type: IEnumerableIDITAAlias
DITA Asset Aliases with matching ids
Remarks

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

See Also