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

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

The ListDocuments20 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 Border
Sets or gets the table border width. The default value is zero (no border)
Public property cellPadding
Sets or gets the table cell padding. The default value is 3.
Public property cellSpacing
Sets or gets the table cell spacing. The default value is zero (no cell spacing)
Public property ColProperties
Sets or gets the column properties. The default value is an empty string.
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.)
Public property DateFormat
Sets or gets the date format string. For more information on the different time format strings, see the System.Globalization.DateTimeFormatInfo class documentation. The default value is "g" which displays a combination of the short date and long time patterns, separated by a space.
Public property DefaultSortOrder
Sets or gets the default sort order. The default value is DocumentComponentSupport.DocListSortorder.DocumentNameDesc
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 headerClassName
Sets or gets the class name of the header column. The default value is an empty string (no class name is used).
Public property InsertedDocuments
Gets the number of documents that are listed. Before Invoked is called, the value is -1.
Public property Location
Sets or gets the category to fetch documents from. This field is required but the default value is zero (not set)
Public property NoDocumentLabel
Sets or gets the message to show when no documents are found. The default value is "No documents found"
Public property Number
Sets or gets the maximum number of documents to list. A zero means that all documents are listed. The default value is zero (list all documents)
Public property PTID
Sets or gets an optional PTID. The default value is zero (no optional PTID).
Public property startNumber
Sets or gets the number of documents to skip before displaying the first document according to the current sorting order. The default value is zero (display from the first document)
Public property TableAttributes
Sets or gets the attributes for a table. The default value is an empty string (no table attributes are used).
Public property TableCaption
Sets or gets the caption for a table. The default value is an empty string (no caption is used).
Public property TableSummary
Sets or gets the table summary. The default value is an empty string (no table summary is used)
Public property Target
Sets or gets the target attribute for a link. The default value is an empty string (no target attribute is used).
Public property textClassName
Sets or gets the class name that is applied to all columns except the title column. The default value is an empty string (no class name is used).
Public property titleClassName
Sets or gets the class name of the title column. The default value is an empty string (no class name is used).
Public property Width
Sets or gets the table width. The default value is an empty string (unspecified width)
Top
See Also

Reference