Property | Type | Description | |
---|---|---|---|
EXCELFILE | String | ||
EXCELTEMPLATE | String | ||
HTMLFILE | String | ||
PRESENTATIONFILE | String | ||
TEXTFILE | String | ||
WORDDOCUMENT | String | ||
WORDTEMPLATE | String | ||
XMLTABLE | String |
Method | Description | |
---|---|---|
NSave ( ApplicationInterface application ) : System | ||
enableVersions ( Boolean enableVersions ) : void | ||
setFileTypes ( ArrayList fileTypes ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
btnFolderCreate_Click ( object sender, EventArgs e ) : void | ||
btn_cancel_Click ( object sender, EventArgs e ) : void | ||
btn_save_Click ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public NSave ( ApplicationInterface application ) : System | ||
application | ApplicationInterface | |
return | System |
public enableVersions ( Boolean enableVersions ) : void | ||
enableVersions | Boolean | |
return | void |
public setFileTypes ( ArrayList fileTypes ) : void | ||
fileTypes | ArrayList | |
return | void |