Namespace: SynergyServerScripting.Entities
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

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
Type: SearchQuery

user_id
Type: EntityID

limit_id
Type: EntityID

limit_option
Type: SearchLimitOption

inherit_attributes
Type: bool

db
Type: IDatabase

gatherer
Type: FileGatherer

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1