DocumentListMassActionsParameters MembersKentico 8.0 API Reference
The DocumentListMassActionsParameters type exposes the following members.
Constructors

  NameDescription
Public methodDocumentListMassActionsParameters
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Extension Methods

  NameDescription
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.)
Back to 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.
Back to Top
See Also