adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ImportOptions Class / ImportSelectionsOnly Field


In This Topic
    ImportSelectionsOnly Field
    In This Topic
    Determines whether objects not found in the ImportParameters are imported.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public ImportSelectionsOnly As Boolean
    [DataMember()]
    public bool ImportSelectionsOnly
    [DataMember()]
    public:
    bool ImportSelectionsOnly
    Remarks
    If ImportSelectionsOnly is True, only objects marked for import in the ObjectImportParameters (and objects referenced by selected objects) are imported. If ImportSelectionsOnly is False, any objects that are neither included nor excluded in the ObjectImportParameters are also imported. Set ImportSelectionsOnly to False if you want to import all objects in the source without creating ObjectImportParameters for each one.
    See Also