EPTSchema Class Content Studio 5.7 SDK
Content Studio Web Content Management System

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

This class handles schemas used for EPT documents.
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    ContentStudioCSBase
      ContentStudio.Document.EPTEPTSchema

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

public sealed class EPTSchema : CSBase

The EPTSchema type exposes the following members.

Constructors

  NameDescription
Public methodEPTSchema
Initializes a new instance of the EPTSchema class
Top
Methods

  NameDescription
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodEquals (Inherited from Object.)
Public methodGetCategoryEPTSchemaXML(ConnectionId, SessionId, XMLSchemaTypes, DocumentId)
Returns the Xml schema used by an edit template.
Public methodGetCategoryEPTSchemaXML(ConnectionId, SessionId, XMLSchemaTypes, Int32, Boolean)
Returns the Xml schema used by an edit template from an Ept document or category.
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Public methodSaveSchema(ConnectionId, SessionId, DocumentId, String)
Saves the XDR and XSD schema definitions of an Edit template. The schema is generated based on the supplied EPT document sample.
Public methodSaveSchema(ConnectionId, SessionId, DocumentId, XMLSchemaTypes, String)
Saves an EPT document schema. The schema must be a valid XSD or XDR schema.
Public methodSaveSchema(ConnectionId, SessionId, String, String, Int32, String)
Saves the XDR and XSD schema definitions of an Edit template. The schema is generated based on the supplied EPT document sample.
Public methodToString (Inherited from Object.)
Top
See Also

Reference