BCFolderUINewDocument Method (IWin32Window, String) |
Creates a new document.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic BCDocument NewDocument(
IWin32Window owner,
string name
)
Public Function NewDocument (
owner As IWin32Window,
name As String
) As BCDocument
public:
BCDocument^ NewDocument(
IWin32Window^ owner,
String^ name
)
member NewDocument :
owner : IWin32Window *
name : string -> BCDocument
Parameters
- owner
- Type: System.Windows.FormsIWin32Window
Any object that implements the IWin32Window interface
that represents the top-level window that will own the modal dialog box.
- name
- Type: SystemString
The name of the document to create.
Return Value
Type:
BCDocumentThe created document.
See Also