Index a server folder

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

Public Shared Sub Index( _ 
ByVal info As ProjectFolder, _ 
ByVal index_sub_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( 
ProjectFolder info
bool index_sub_folders
bool index_files
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static void Index( 
ProjectFolder^ info
bool index_sub_folders
bool index_files
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function Index( 
info : ProjectFolder
index_sub_folders : boolean
index_files : boolean
db : IDatabase 
);
This language is not supported or no code example is available.

Parameters

info
Type: ProjectFolder

the folder info

index_sub_folders
Type: bool

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