Click or drag to resize
TreeProviderCreateSiteRoot Method
Creates site tree root. For purposes of site creation.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public virtual TreeNode CreateSiteRoot(
	string siteName
)

Parameters

siteName
Type: SystemString
Site name

Return Value

Type: TreeNode
Root node
See Also