C# Class VaultFolderCreate.MainForm

Allows user to browse vault files and folders. Also displays association information for a file.
Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: nick-hall-majenta/Autodesk-Vault-Utilities Class Usage Examples

Public Methods

Method Description
MainForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddChildAssociation ( TreeNode parentNode, Dictionary associationsByFile ) : void

Add tree node for the association tree.

AddChildFolders ( TreeNode parentNode ) : void
CreateFolder ( DocumentService docSrv, string folderpath ) : int
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadConfigurationFile ( string configFile ) : void
MakeFolders ( ) : void
OpenFile ( ) : void
m_addFileToolStripMenuItem_Click ( object sender, EventArgs e ) : void
m_addFileToolStripMenuItem_Paint ( object sender, PaintEventArgs e ) : void
m_exitToolStripMenuItem_Click ( object sender, EventArgs e ) : void
m_openFileToolStripMenuItem_Paint ( object sender, PaintEventArgs e ) : void
m_openToolStripMenuItem_Click ( object sender, EventArgs e ) : void
m_vaultFolderTree_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
vaultFolderTree_BeforeExpand ( object sender, System e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

MainForm() public method

public MainForm ( ) : System
return System