Click or drag to resize
BaseInfoGeneralizedInfoWrapperAllowRestore Property
Indicates if the object supports deleting to recycle bin.

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

Property Value

Type: Boolean
Remarks
Use CMS.Synchronization.ObjectVersionManager.AllowObjectRestore(GeneralizedInfo infoObj) in cases where current system configuration needs to be taken into consideration.
See Also