Click or drag to resize
DocumentAliasInfoProviderGetDocumentAliasListInternal Method
Returns the DataSet with document aliases and NodeAliasPath from CMS_Tree.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual DataSet GetDocumentAliasListInternal(
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

where
Type: SystemString
WHERE condition
orderBy
Type: SystemString
ORDER BY condition
topN
Type: SystemInt32
Get top N rows
columns
Type: SystemString
Columns to select. If empty default columns are used

Return Value

Type: DataSet
See Also