ItemMetaIsVersioningEnabled Property |
Gets or sets a value indicating if the system should store versions of the item every time it is published.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsVersioningEnabled { get; set; }
Public Property IsVersioningEnabled As Boolean
Get
Set
public:
property bool IsVersioningEnabled {
bool get ();
void set (bool value);
}
member IsVersioningEnabled : bool with get, set
Property Value
Type:
Boolean
See Also