Click or drag to resize
AllowedChildClassInfoProviderSetAllowedChildClassInfoInternal Method

Note: This API is now obsolete.

Sets (updates or inserts) specified allowedChildClass.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use Set(AllowedChildClassInfo) instead.")]
protected virtual void SetAllowedChildClassInfoInternal(
	AllowedChildClassInfo allowedChildClass
)

Parameters

allowedChildClass
Type: CMS.DocumentEngineAllowedChildClassInfo
AllowedChildClass to set
See Also