Click or drag to resize
AllowedChildClassInfoProviderSetAllowedChildClassInfo Method
Sets (updates or inserts) specified allowedChildClass.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public static void SetAllowedChildClassInfo(
	AllowedChildClassInfo allowedChildClass
)

Parameters

allowedChildClass
Type: CMS.DocumentEngineAllowedChildClassInfo
AllowedChildClass to set
See Also