Click or drag to resize
ObjectTypeInfoAllowRestore Property
Determines whether the system stores deleted objects of the type in the recycle bin. By default the value is true for all objects with allowed synchronization or versioning except for binding objects.

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

Property Value

Type: Boolean
See Also