Click or drag to resize
InfoObjectRepositoryAddCollection Method (String)
Registers the given collection of objects within the repository. Includes all the objects of given type.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public void AddCollection(
	string objectType
)

Parameters

objectType
Type: SystemString
Object type
See Also