Click or drag to resize
DocumentListMassActionsParameters Class
Properties which are needed to perform mass action on the DocumentList. This mainly includes filter values (so correct where condition can be produced), URLs of the opened dialogs, etc.
Inheritance Hierarchy
SystemObject
  CMS.ControlsDocumentListMassActionsParameters

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
public class DocumentListMassActionsParameters

The DocumentListMassActionsParameters type exposes the following members.

Constructors
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
Properties
  NameDescription
Public propertyArchiveReturnUrl
Return URL for archive action.
Public propertyClassID
ID of the document type which child nodes are to be displayed. 0 if all document types are displayed.
Public propertyCurrentWhereCondition
Where condition of the filter.
Public propertyDeleteReturnUrl
Return URL for delete action.
Public propertyGetCopyMoveLinkBaseActionUrl
Function which creates path where content tree in copy/move/link dialogs will start. The only parameter is name of the action ("Move", "Copy" or "Link").
Public propertyIdentifier
Random identifier which can be used as a key when storing dialog parameters to the WindowHelper.
Public propertyNode
Node whose children are displayed.
Public propertyPublishReturnUrl
Return URL for publish action.
Public propertyRequiresDialog
Indicates whether the page is displayed as dialog.
Public propertyShowAllLevels
True if all levels of documents are displayed. False if only one nested level is displayed.
Public propertyTranslateReturnUrl
Return URL for translate action.
Public propertyWOpenerNodeID
WOpenerNodeID from the url query.
Top
See Also