Click or drag to resize
DocumentAliasInfoProviderGetMatchingAliasesInternal Method
Returns dataset with matching aliases to the specified alias URL path

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual DataSet GetMatchingAliasesInternal(
	string aliasUrlPath,
	int editedAliasId,
	string culture,
	string extensions,
	string siteName,
	bool checkDocumentUrlpath,
	int nodeId
)

Parameters

aliasUrlPath
Type: SystemString
Alias URL path
editedAliasId
Type: SystemInt32
ID of edited document alias
culture
Type: SystemString
Alias culture
extensions
Type: SystemString
Alias extensions
siteName
Type: SystemString
Site name
checkDocumentUrlpath
Type: SystemBoolean
If is true document alias is checked against document URL path and document aliases
nodeId
Type: SystemInt32
Node ID

Return Value

Type: DataSet
See Also