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

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

This class implements methods to read site structures in Content Studio.

This class was added in Content Studio version 5.3.

Inheritance Hierarchy

SystemObject
  ContentStudioSiteStructureReader

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

public static class SiteStructureReader

The SiteStructureReader type exposes the following members.

Methods

  NameDescription
Public methodStatic memberGetMEUIStructure
Gets information about the structure of subfolders and their files in a Content Studio Modern Editor User Interface installation, for example the ~Security folder that contains security policy settings. The method returns information about folders, subfolder and files that are part of a Content Studio server installation.

This method was added in Content Studio version 5.7.

Public methodStatic memberGetServerStructure
Gets information about the structure of subfolders and their files in a Content Studio server installation, for example the ~Security folder that contains security policy settings. The method returns information about folders, subfolder and files that are part of a Content Studio server installation.

This method was added in Content Studio version 5.3.

Public methodStatic memberCode exampleGetSiteStructure
Gets information about the structure of subfolders and their files in a Content Studio site, for example the ~js folder that contains global script files. The method returns information about folders, subfolder and files that are not stored within Content Studio and for that reason cannot be obtained with any of the regular API:s.

This method was added in Content Studio version 5.3.

Public methodStatic memberCode exampleLoad
Loads the specified structure XML into the returned ITreeContainer.
Top
See Also

Reference