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

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

This class is used internally and by inheriting classes when parsing data from the retrieved xml. This class is used by the ListChildren class when parsing xml.
Inheritance Hierarchy

SystemObject
  ContentStudio.Site.ActiveScripting.DocumentListChildrenDataRow

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

protected class DataRow

The ListChildrenDataRow type exposes the following members.

Constructors

  NameDescription
Public methodListChildrenDataRow
Initializes a new instance of the ListChildrenDataRow class
Top
Properties

  NameDescription
Public propertyCategoryId
Sets or get the identifier of the category of the document.
Public propertyCategoryName
Sets or gets the name of the category of the document.
Public propertyId
Sets or gets the identifier of a document found
Public propertyName
Sets or gets the name (title) of the document.
Public propertyPublishDate
Sets or gets the publish date of the document
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference