Click or drag to resize
CMSActionContextCreateVersion Property
Indicates if the object version should be created. In the context of Delete, false means the object will be destroyed, true means it will be in the recycle bin.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public bool CreateVersion { set; }

Property Value

Type: Boolean
See Also