ListChildren Properties Content Studio 5.7 SDK
Content Studio Web Content Management System

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

The ListChildren type exposes the following members.

Properties

  Name Description
Public property BackwardsComponentCompatibilityMode
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 property BorderWidth
Sets or gets a value of the border attribute of the table. This regulates the width of the borders around the table and its cells. Specify zero to omit borders.
Public property CellClass
Sets or gets a value that indicates the class attribute of each generate table cell. This parameter should be Empty or null (Nothing in Visual Basic) if no CSS class is specified.
Public property CellPadding
Sets or gets a value that indicates the cellpadding attribute of the generated table. This attribute regulates space between the edge and the text within each cell in the table.
Public property CellSpacing
Sets or gets a value that indicates the cellspacing attribute that regulates the space between each generated table cell. Default value is zero.
Public property ComponentName
Gets the name of the component
(Overrides ActiveScriptingBaseComponentName.)
Public property Conformance
Gets a value which specifies which type of code a component can generate.
(Overrides ActiveScriptingBaseConformance.)
Protected property Code example CS_DataFields
Gets a EPTXmlParser that contains a collection of EPT field definitions and values. This property is the replacement for the obsolete EPT_GetFieldName(String) and EPT_GetFieldValue(String) methods.
(Inherited from CodeBase.)
Public property DateFormattingString
Sets or gets a value that indicates a date format string to use when rendering a column in the DateTime format (ie. Publishdate).
Public property ElementType
Gets a value which specifies the type of outer element the component generates.
(Overrides ActiveScriptingBaseElementType.)
Public property Encoding
Sets or gets the encoding the component uses. The default encoding is the UTF8 encoding without byte order mark.
(Inherited from ActiveScriptingBase.)
Public property GenerateColumnHeader
Sets or gets a value that indicates whether a column headings should be generated.
Note Note
This property is ignored with the Orientation set to Row.
Public property IndentChar
Sets or gets the character that will be used as indent char when rendering the html code.
Public property IndentSize
Get the number of indents to use with each indented level.
Public property Orientation
Sets or gets a value that indicates the orientation of the generated table
Protected property Page
A reference to the current context page. This will initialize in the constructor of this class.
(Inherited from CodeBase.)
Public property ParentDocumentID
Sets or gets the document whose child documents should be listed. This property can be null (Nothing in Visual Basic) or zero to list the children of the current document.
Public property PresentationTemplateID
Sets or gets a value a value that indicates the ID of the presentation template document to use in each document link generated. This property can be null (Nothing in Visual Basic) or zero if no presentation template should be used.
Public property PreviewDate
Sets or gets a value that specifies a point in time to filter. With this value it is possible to take the publish date functionality into concideration.
Protected property RunningUserControl
Gets the current running user control.
(Inherited from CodeBase.)
Public property SortOrder
Sets or gets a value that indicates the sort order of the generated table
Public property TableCaption
Sets or gets a value of the caption element in the generated table. This parameter should be Empty or null (Nothing in Visual Basic) if no caption is specified.
Public property TableClass
Sets or gets a value that indicates the class attribute of the generate table. This parameter should be Empty or null (Nothing in Visual Basic) if no CSS class is specified.
Public property TableSummary
Sets or gets a value of the summary attribute of the generate table. This parameter should be Empty or null (Nothing in Visual Basic) if no summary is specified.
Note Note
Omitting this attribute causes XHTML 1.0 strict or higher validators to generate warnings.
Public property TableWidth
Sets or gets a value that indicates the width of the generated table.
Public property Target
Sets or gets a value that indicates the target of the link formed with each document. This parameter should be Empty or null (Nothing in Visual Basic) if no target is specified.
Public property Wrap
Sets or gets a value that indicates whether the text in cells should automatically wrap as needed.
Top
See Also

Reference