Index a server project

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

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

Parameters

project_id
Type: EntityID

the Job id

index_folders
Type: bool

whether or not to index folders

index_attributes
Type: bool

whether or not to index attributes

index_files
Type: bool

whether or not we should index files as well

recursive_index
Type: bool

whether or not to index recursively

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