Index a server folder

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

Public Shared Sub Index( _ 
ByVal folder_id As EntityID, _ 
ByVal index_folders As Boolean, _ 
ByVal index_files As Boolean, _ 
ByVal db As IDatabase
)
This language is not supported or no code example is available.
public static void Index( 
EntityID folder_id
bool index_folders
bool index_files
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static void Index( 
EntityID^ folder_id
bool index_folders
bool index_files
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function Index( 
folder_id : EntityID
index_folders : boolean
index_files : boolean
db : IDatabase 
);
This language is not supported or no code example is available.

Parameters

folder_id
Type: EntityID

the folder id

index_folders
Type: bool

whether or not to index folders

index_files
Type: bool

whether or not to index files

db
Type: IDatabase

the db connection

.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