CancelCopyWithReferencesEventArgsDestination Property |
Gets or sets the destination folder to which the object is copied.
Can be changed or set to
to prevent the document to
copy and reuse it as a reference for
NewParent.
Namespace: BlueCieloECM.InnoCielo.Meridian.DesignAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public BCFolder Destination { get; set; }
Public Property Destination As BCFolder
Get
Set
public:
property BCFolder^ Destination {
BCFolder^ get ();
void set (BCFolder^ value);
}
member Destination : BCFolder with get, set
Property Value
Type:
BCFolderSee Also