Gets or sets the operation compatibility. by default the value is None.
The operationCompatibility attribute can have None, PageStoreDelete, PageStoreSave or Full value
None: There is no Compatibility at all
PageStoreSave: The save operation on Data factory Component can treat as old version of Data Factory
PageStoreDelete: The Delete operation on Data factory Component can treat as old version of Data Factory
Full: Both Save and Delete operation on Data FActory component treat as old version
Namespace:
EPiServer.ConfigurationAssembly: EPiServer.Configuration (in EPiServer.Configuration.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[ManagerTabAttribute(ManagerTab.Site)] [ConfigurationPropertyAttribute("operationCompatibility", DefaultValue = "None", IsRequired = false)] public EPiServerCompatibility OperationCompatibility { get; set; } |