BaseInfoGeneralizedInfoWrapperAllowRestore Property |
Indicates if the object supports deleting to recycle bin.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public bool AllowRestore { get; set; }
Property Value
Type:
BooleanRemarks
Use CMS.Synchronization.ObjectVersionManager.AllowObjectRestore(GeneralizedInfo infoObj) in cases where current system configuration needs to be taken into consideration.
See Also