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

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

This class is responsible for the synchronization of Content Studio folders with the file system
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    ContentStudioCSBase
      ContentStudio.DocumentDocumentSystemBase
        ContentStudio.DocumentFolderBase
          ContentStudio.DocumentFolderSyncronizer

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

public sealed class FolderSyncronizer : FolderBase

The FolderSyncronizer type exposes the following members.

Constructors

  NameDescription
Public methodFolderSyncronizer
Initializes a new instance of the FolderSyncronizer class
Top
Methods

  NameDescription
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodEquals (Inherited from Object.)
Public methodGetFolderTreeForSyncronization(ConnectionId, SessionId)
Builds a list of folders in the correct order for synchronization.
Public methodGetFolderTreeForSyncronization(ConnectionId, SessionId, Int32, FolderBaseCSFileFolderTypes)
Builds a list of folders in the correct order for synchronization.
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Public methodKill(ConnectionId, SessionId, Int32, FolderBaseCSFileFolderTypes, Int32)
Deletes all files in a folder in the underlying file system.
Public methodKill(ConnectionId, SessionId, Int32, FolderBaseCSFileFolderTypes, Boolean, Int32)
Deletes all files in a folder and optionally the folder itself in the underlying file system.
Public methodSyncronizeFolder
Rebuilds a document's underlying folder structure in the file system.
Public methodToString (Inherited from Object.)
Top
See Also

Reference