adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / TokenSearchOptions Class / IncludeObjects Field


In This Topic
    IncludeObjects Field
    In This Topic
    Search only the specified objects
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public ReadOnly IncludeObjects As List(Of OID)
    [DataMember()]
    public readonly List<OID> IncludeObjects
    [DataMember()]
    public:
    readonly List<OID^>^ IncludeObjects
    Remarks
    To search all objects that the user has permission for, leave both IncludeClasses and IncludeObjects empty
    See Also