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

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

The ListFilteredDocumentsInDropdownAdvanced20 type exposes the following members.

Properties

  Name Description
Public property ApplicationTimeout
Sets or gets a value indicating the application timeout limit, measured in minutes . If the value is set to zero, no timeout limit is set. The default value is 240.
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 BlankStart
Sets or gets a value indicating if the first selection in the dropdown should be blank. The default value is false.
Public property BlankStartText
Sets or gets the text to use for blank items in the dropdown component. The default value is an empty string.
Public property CategoryId
Sets or gets the category ID to filter from. The default value is zero.
Public property CheckForReadPermission
Sets or gets a value indicating if the component should check for WRITE permission instead of BROWSE permission. The default value is false.
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 DataType
Sets or gets the data type for the field to fill in the dropdown. This value must be specified to get the correct sort order. Note that the specified must be capable of handling all values that corresponds to the chosen data type. The default value is ContentStudio.Document.EPT.XmlIndexQuery.QueryDataTypes.String.
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 Code example FilterCriteria
Sets or gets a SQL criteria that is used for filtering. Field names must be enclosed in square brackets and they must be types with the correct casing. The default value is an empty string (no filtering criteria is used).
Public property ListDrafts
Sets or gets a value indicating if only drafts should be listed. Pass null (Nothing in Visual Basic) to query against the draft or the approved content, if draft was not found. The default value is false.
Public property Number
Sets or gets the maximum number of documents that should be listed. If set to zero, all documents are listed. The default value is zero.
Public property RecordCount
Gets the number of records that are returned in the list. The default value is zero.
Public property RetField
Sets or gets the name of the field to be used to fill the return value of the dropdown component. The default value is null.
Public property SelectValue
Sets or gets the value that should be selected.
Public property SortDesc
Sets or gets a value indicating if the items in the dropdown component should be sorted in descending order. The default value is false.
Public property UseApplicationCache
Sets or gets a value indicating if application cache should be used. The default value is false (no application cache is used).
Public property ValueField
Sets or gets the optional field to be used to fill the value in dropdown component. Leave this property empty to use document ID instead. The default value is null.
Public property XMLFields
Sets or gets the XML fields that are used as result criteria or to define the sort order. The default value is null (no fields are specified).
Top
See Also

Reference