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

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

Gets a value that indicates whether the object is bound to the underlying schema in Content Studio or not.

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

public bool SchemaBound { get; }

Property Value

Type: Boolean
Boolean, true if this instance is bound to the EPT schema, false otherwise.
Remarks

If bound to the schema, all fields added must exist in the schema and the document cannot be saved until all fields can be validated.
See Also

Reference