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

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

Inserts a description of the document path on its hierarchy location (for example Document/Document2/Document3).
Inheritance Hierarchy

SystemObject
  ContentStudio.SiteCodeBase
    ContentStudio.Site.ActiveScriptingActiveScriptingBase
      ContentStudio.Site.ActiveScriptingMenuBase
        ContentStudio.Site.ActiveScripting.MenuInsertDocumentTreePath

Namespace: ContentStudio.Site.ActiveScripting.Menu
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public sealed class InsertDocumentTreePath : MenuBase

The InsertDocumentTreePath type exposes the following members.

Properties

  NameDescription
Public propertyBackwardsComponentCompatibilityMode
Sets or gets a value that indicates whether the code runs in backwards compatibility component mode. The default value is false.
(Inherited from ActiveScriptingBase.)
Public propertyComponentName
Gets the name of the component
(Overrides ActiveScriptingBaseComponentName.)
Public propertyConformance
Gets a value which specifies which type of code a component can generate.
(Overrides ActiveScriptingBaseConformance.)
Public propertyElementType
Gets a value which specifies the type of outer element the component generates.
(Overrides ActiveScriptingBaseElementType.)
Public propertyEncoding
Sets or gets the encoding the component uses. The default encoding is the UTF8 encoding without byte order mark.
(Inherited from ActiveScriptingBase.)
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberInvoke(Boolean, Boolean, String, Boolean)
Invokes the InsertDocumentTreePath component
Public methodStatic memberInvoke(Stream, Boolean, Boolean, String, Boolean)
Invokes the InsertDocumentTreePath component
Public methodStatic memberInvoke(Boolean, Boolean, String, Boolean, Boolean, String, Int32)
Invokes the InsertDocumentTreePath component
Public methodStatic memberInvoke(Stream, Boolean, Boolean, String, Boolean, Boolean, String, Int32)
Invokes the InsertDocumentTreePath component
Public methodStatic memberInvoke(MasterPageBase, Boolean, Boolean, String, Boolean, Boolean, String, Int32)
Invokes the InsertDocumentTreePath component
Public methodStatic memberInvoke(SiteBase, Boolean, Boolean, String, Boolean, Boolean, String, Int32)
Invokes the InsertDocumentTreePath component
Public methodStatic memberInvoke(UserControlBase, Boolean, Boolean, String, Boolean, Boolean, String, Int32)
Invokes the InsertDocumentTreePath component
Public methodStatic memberInvoke(Stream, MasterPageBase, Boolean, Boolean, String, Boolean, Boolean, String, Int32)
Invokes the InsertDocumentTreePath component
Public methodStatic memberInvoke(Stream, SiteBase, Boolean, Boolean, String, Boolean, Boolean, String, Int32)
Invokes the InsertDocumentTreePath component
Public methodStatic memberInvoke(Stream, UserControlBase, Boolean, Boolean, String, Boolean, Boolean, String, Int32)
Invokes the InsertDocumentTreePath component
Public methodStatic memberInvoke(Stream, SiteBase, UserControlBase, Boolean, Boolean, String, Boolean, Boolean, String, Int32)
Invokes the InsertDocumentTreePath component
Public methodToString (Inherited from Object.)
Top
Remarks

This class has no public constructor and cannot be created.
See Also

Reference