Show 

Home > Working with SGWorld > ISGWorld > OnCreateBasicKit

OnCreateBasicKit

This event occurs when a Publish Project as Local Kit, Publish Project as Internet Kit, or Extract and Publish Area as Offline Kit command is given.

 

JavaScript

 

OnCreateBasicKit(

       BasicKitFolder,

       BasicKitFileName)

 

C#

 

void OnCreateBasicKit(

       string BasicKitFolder,

       string BasicKitFileName)

 

C++

 

HRESULT OnCreateBasicKit(

       BSTR BasicKitFolder,

       BSTR BasicKitFileName)

Parameters

BasicKitFolder

The name of the folder that is to contain the files for the kit.

BasicKitFileName

A name for the kit file.