BCDocumentUIAutoRename Method (IWin32Window) |
Raises events that occur when the file name for an object is recalculated.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Client
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public string AutoRename(
IWin32Window owner
)
Public Function AutoRename (
owner As IWin32Window
) As String
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.
Return Value
Type:
String
A string that represents the calculated file name.
if the name was not calculated.
See Also