Click or drag to resize
ObjectTypeInfoMacroCollectionName Property
Gets or sets name of object collection used for the object type's data in the macro engine. If not set, the ObjectClassName is used by default.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public string MacroCollectionName { get; set; }

Property Value

Type: String
Remarks

Should be set when info object belongs to MainObjectTypes and has more than 1 ObjectTypeInfo.

If MacroCollectionName is set to 'cms.role' then macro intellisense supplies hint for user as 'Roles' because of GetNicePropertyName(String) method used internally by InfoObjectRepositoryTCollection, TObject, TSettings.

Value of this property is used in Kentico macro engine for acquiring objects of given type, e.g. SiteObjects.Roles or GlobalObjects.Roles.

See Also