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

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

This class handles the rebuild files functionality in Content Studio
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    ContentStudioCSBase
      ContentStudio.DocumentDocumentSystemBase
        ContentStudio.DocumentDocumentBase
          ContentStudio.DocumentDocumentSyncronizer

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

public sealed class DocumentSyncronizer : DocumentBase

The DocumentSyncronizer type exposes the following members.

Constructors

  NameDescription
Public methodDocumentSyncronizer
Initializes a new instance of the DocumentSyncronizer class
Top
Methods

  NameDescription
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodEquals (Inherited from Object.)
Public methodGetDocumentListForSyncronization
Builds a paged list of documents in a category that should be synchronized.
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Public methodPreviewSearchAndReplaceFile(ConnectionId, SessionId, DocumentId, String, String, Boolean, Boolean)
Replaces content, header properties, introduction, menu data, menu URL. using regular expression
Public methodPreviewSearchAndReplaceFile(ConnectionId, SessionId, DocumentId, String, String, DocumentSyncronizerSearchAndReplaceOptions, Boolean, String, String)
Replaces content, header properties, introduction, menu data, menu URL.
Public methodPreviewSearchAndReplaceFile(ConnectionId, SessionId, DocumentId, String, String, Boolean, Boolean, String, String)
Preview replace in content, header properties, introduction, menu data, menu url. using regular expression.
Public methodSearchAndReplaceFile(ConnectionId, SessionId, DocumentId, String, String, DocumentSyncronizerSearchAndReplaceOptions, Boolean)
Replaces content, header properties, introduction, menu data, menu url.
Public methodSearchAndReplaceFile(ConnectionId, SessionId, DocumentId, String, String, Boolean, Boolean)
Replaces content, header properties, introduction, menu data, menu url. using regular expression
Public methodSyncronizeFile
Rebuilds a document's underlying file in the file system.
Public methodToString (Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberMARKUP_TAG_NAME
Tag name for preview markup in search and replace
Top
See Also

Reference