Click or drag to resize
SqlHelperGetAliasPathCondition Method
Returns the where condition for node alias path expression.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetAliasPathCondition(
	string aliasPath,
	bool exclude = false,
	bool combined = false
)

Parameters

aliasPath
Type: SystemString
Node alias path
exclude (Optional)
Type: SystemBoolean
Indicates if the path should be excluded
combined (Optional)
Type: SystemBoolean
Indicates if return condition is combined with another

Return Value

Type: String
See Also