TreeProviderChangeCommunityGroup Method |
Sets owner group of specified nodes
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax 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