C# Class exo_jcr.msofficeplugin.common.NSave

Show file Open project: exodev/jcr-msofficeplugin Class Usage Examples

Public Properties

Property Type Description
EXCELFILE String
EXCELTEMPLATE String
HTMLFILE String
PRESENTATIONFILE String
TEXTFILE String
WORDDOCUMENT String
WORDTEMPLATE String
XMLTABLE String

Public Methods

Method Description
NSave ( ApplicationInterface application ) : System
enableVersions ( Boolean enableVersions ) : void
setFileTypes ( ArrayList fileTypes ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

NSave() public method

public NSave ( ApplicationInterface application ) : System
application ApplicationInterface
return System

enableVersions() public method

public enableVersions ( Boolean enableVersions ) : void
enableVersions Boolean
return void

setFileTypes() public method

public setFileTypes ( ArrayList fileTypes ) : void
fileTypes ArrayList
return void

Property Details

EXCELFILE public static property

public static String EXCELFILE
return String

EXCELTEMPLATE public static property

public static String EXCELTEMPLATE
return String

HTMLFILE public static property

public static String HTMLFILE
return String

PRESENTATIONFILE public static property

public static String PRESENTATIONFILE
return String

TEXTFILE public static property

public static String TEXTFILE
return String

WORDDOCUMENT public static property

public static String WORDDOCUMENT
return String

WORDTEMPLATE public static property

public static String WORDTEMPLATE
return String

XMLTABLE public static property

public static String XMLTABLE
return String