Click or drag to resize
DocumentTypeScopeClassInfoProviderAdd Method
Creates DocumentTypeScopeClassInfo binding.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public virtual void Add(
	int scopeId,
	int classId
)

Parameters

scopeId
Type: SystemInt32
Page type scope ID.
classId
Type: SystemInt32
Page type ID.

Implements

IDocumentTypeScopeClassInfoProviderAdd(Int32, Int32)
See Also