Click or drag to resize
AttachmentsWithVariantsTransformationDataProvider Class
Data provider for object transformation which retrieves attachments together with their variants
Inheritance Hierarchy
SystemObject
  CMS.UIControlsObjectTransformationDataProvider
    CMS.UIControlsAttachmentsWithVariantsTransformationDataProvider

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public class AttachmentsWithVariantsTransformationDataProvider : ObjectTransformationDataProvider

The AttachmentsWithVariantsTransformationDataProvider type exposes the following members.

Constructors
  NameDescription
Public methodAttachmentsWithVariantsTransformationDataProvider
Constructor
Top
Fields
  NameDescription
Protected fieldmDataHandlers
Data handlers for the given object type
(Inherited from ObjectTransformationDataProvider.)
Protected fieldmFoundObjects
Found objects.
(Inherited from ObjectTransformationDataProvider.)
Protected fieldmRequestedObjects
List of requested objects
(Inherited from ObjectTransformationDataProvider.)
Top
Properties
  NameDescription
Protected propertyDefaultDataHandler
Handler function that provides the data to the dictionary
(Inherited from ObjectTransformationDataProvider.)
Public propertyFormGUID
Form GUID, when set, temporary attachments with this GUID are also retrieved
Public propertyNode
Document node
Public propertyVersionHistoryID
Version history ID
Top
Methods
  NameDescription
Protected methodGetData
Gets the objects for the given object type from database
(Inherited from ObjectTransformationDataProvider.)
Protected methodGetInfosByIds
Gets the objects for the given object type from database
(Inherited from ObjectTransformationDataProvider.)
Public methodGetObject
Gets the given object.
(Inherited from ObjectTransformationDataProvider.)
Protected methodGetSingleObject
Gets a single object by object type and object ID
(Inherited from ObjectTransformationDataProvider.)
Public methodRequireObject
Marks the given object as required.
(Inherited from ObjectTransformationDataProvider.)
Public methodSetDataHandlerForType
Sets the default data handler for the given object type
(Inherited from ObjectTransformationDataProvider.)
Public methodSetDefaultDataHandler
Sets the default data handler for all object types
(Inherited from ObjectTransformationDataProvider.)
Top
See Also