File.SearchAndGatherFiles Method
Public Shared Sub SearchAndGatherFiles( _
ByVal query As SearchQuery, _
ByVal user_id As EntityID, _
ByVal limit_id As EntityID, _
ByVal limit_option As SearchLimitOption, _
ByVal inherit_attributes As Boolean, _
ByVal db As IDatabase, _
ByVal gatherer As FileGatherer _
)
This language is not supported or no code example is available.
public static void SearchAndGatherFiles(
SearchQuery query,
EntityID user_id,
EntityID limit_id,
SearchLimitOption limit_option,
bool inherit_attributes,
IDatabase db,
FileGatherer gatherer
)
This language is not supported or no code example is available.
public:
static void SearchAndGatherFiles(
SearchQuery^ query,
EntityID^ user_id,
EntityID^ limit_id,
SearchLimitOption limit_option,
bool inherit_attributes,
IDatabase^ db,
FileGatherer^ gatherer
)
This language is not supported or no code example is available.
public static function SearchAndGatherFiles(
query : SearchQuery,
user_id : EntityID,
limit_id : EntityID,
limit_option : SearchLimitOption,
inherit_attributes : boolean,
db : IDatabase,
gatherer : FileGatherer
);
This language is not supported or no code example is available.
Parameters
- query
- SearchQuery
- user_id
- EntityID
- limit_id
- EntityID
- limit_option
- SearchLimitOption
- inherit_attributes
- bool
- db
- IDatabase
- gatherer
- FileGatherer