SyncronizedEPTDocumentValidateOnSave Property Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Gets or sets a value indicating whether the document should be validate against the schema when saving. This property has no effect when not schema bound.

Namespace: ContentStudio.Document.EPT
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public bool ValidateOnSave { get; set; }

Property Value

Type: Boolean
true to validate on save; otherwise, false. Default is false.
Remarks

This property was added in Content Studio version 5.7 Update 1
See Also

Reference