adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ObjectImportParameters Class / GenerateNewCopy Field


In This Topic
    GenerateNewCopy Field
    In This Topic
    Specifies that a new copy of the object should be created, instead of updating the existing copy.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public GenerateNewCopy As Boolean
    [DataMember()]
    public bool GenerateNewCopy
    [DataMember()]
    public:
    bool GenerateNewCopy
    Remarks
    If GenerateNewCopy is True, the import will ignore the existing version of the object (if any) and create a new copy, with a new OID, of the object being imported (and of all of the objects it owns). Any objects in the source that reference the object will be changed to reference the new copy.
    See Also