Assembly: 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 a container object, to which copying or moving is executed. | |
![]() |
The Id property determines an identifier of created object copy. | |
![]() |
The Name property determines a name of created object copy. | |
![]() |
The NoSave property determines whether an object copy is saved after copying. | |
![]() |
The NoSaveEvent property determines whether the EventOnBeforeSaveReport event can be canceled on coping regular report. | |
![]() |
The Source property determines a repository object that should be copied or moved. | |
![]() |
The WithData property determines whether an object is copied with data. |
See also: