Click or drag to resize
TreeProviderChangeCommunityGroup Method
Sets owner group of specified nodes

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public virtual void ChangeCommunityGroup(
	string nodeAliasPath,
	int nodeGroupId,
	int siteId,
	bool inheritOwnerGroup
)

Parameters

nodeAliasPath
Type: SystemString
Alias path of node
nodeGroupId
Type: SystemInt32
ID of the owner group
siteId
Type: SystemInt32
Site ID
inheritOwnerGroup
Type: SystemBoolean
Indicates whether owner group settings should be inherited by child nodes.
See Also