Click or drag to resize

ISiteDITAAlias Method


Retrieves a DITA Alias by its unique Id.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
IDITAAlias DITAAlias(
	string aliasId
)

Parameters

aliasId
Type: SystemString
Id of the DITA Alias to retrieve

Return Value

Type: IDITAAlias
Alias with matching Id, or null when no Alias with matching Id found.
See Also