Click or drag to resize
TreePathUtilsGetFirstChildUrl Method
Gets first child document URL

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public static string GetFirstChildUrl(
	string siteName,
	string aliasPath,
	string cultureCode
)

Parameters

siteName
Type: SystemString
Site name
aliasPath
Type: SystemString
Node alias path
cultureCode
Type: SystemString
Document culture code

Return Value

Type: String
See Also