InfoObjectRepositoryAddCollection Method (String) |
Registers the given collection of objects within the repository. Includes all the objects of given type.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax public void AddCollection(
string objectType
)
Parameters
- objectType
- Type: SystemString
Object type
See Also