Click or drag to resize
ObjectTypeInfoRequiredObject Property
If true, the object is required when imported / synchronized. If false, the object can be skipped when some error occurs. Default is true.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public bool RequiredObject { get; set; }

Property Value

Type: Boolean
See Also