ICubeExecuteResult.CreateAttachmentManager

Syntax

CreateAttachmentManager: ICubeAttachmentManager;

CreateAttachmentManager: Prognoz.Platform.Interop.Cubes.ICubeAttachmentManager;

Description

The CreateAttachmentManager method creates the manager to work with attachments from cube.

Comments

Principles of work with attachments are given in description of the ICubeAttachmentManager interface.

Example

The example of use is given in description of the ICubeAttachmentManager.ReadAttachments, ICubeAttachmentManager.EditAttachments methods.

See also:

ICubeExecuteResult