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

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.