ListChildrenGetDataRow Method Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Gets a new DataRow object with data.

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

protected static ListChildrenDataRow GetDataRow(
	XmlReader xmlReader
)

Parameters

xmlReader
Type: System.XmlXmlReader
An XmlReader that reads the xml containing the data.

Return Value

Type: ListChildrenDataRow
A DataRow object if a document was found, null otherwise
See Also

Reference