| BCDocumentUIAutoRename Method (IWin32Window) |
Raises events that occur when the file name for an object is recalculated.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic string AutoRename(
IWin32Window owner
)
Public Function AutoRename (
owner As IWin32Window
) As String
public:
String^ AutoRename(
IWin32Window^ owner
)
member AutoRename :
owner : IWin32Window -> 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