Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The IMetabaseObjectCopyInfo interface contains properties that determine parameters of repository object copying or moving.
IMetabaseObjectCopyInfo
Repository objects can be copied or moved using the IMetabase.CopyObject and IMetabase.MoveObject methods respectively.
| Property name | Brief description | |
| The Assign property determines whether an object copy along with its data source is created. | ||
| The Destination property determines object-container in that copying or moving is performed. | ||
| The Id property determines an identifier of created copy of an object. | ||
| The Name property determines a name of created copy of an object. | ||
| The NoSave property determines whether copy of an object is saved after copying. | ||
| The NoSaveEvent property determines whether it is possible to cancel the EventOnBeforeSaveReport on coping regular report. | ||
| The Source property determines a repository object necessary to copy. | ||
| The WithData property determines whether an object is copied with data. |
See also: