adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ImportObjectHeader Class / ExplictlyExported Field


In This Topic
    ExplictlyExported Field
    In This Topic
    Indicates whether the object was explicitly selected for export.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public ExplictlyExported As Boolean
    [DataMember()]
    public bool ExplictlyExported
    [DataMember()]
    public:
    bool ExplictlyExported
    Remarks

    Note: This value is only meaningful if the export file schema version is >=430. Otherwise the value will always be False.

    If this value is True, it indicates that the object was explicitly selected to be exported.

    If this value is False, it indicates that the object was not selected but was exported because another object references it.

    See Also