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: 1.4.0.0 (1.4.40.0)

Syntax

C#
public string AutoRename(
	IWin32Window owner
)
Visual Basic
Public Function AutoRename ( _
	owner As IWin32Window _
) As String
Visual C++
public:
String^ AutoRename(
	IWin32Window^ owner
)

Parameters

owner
Type: System.Windows.Forms..::..IWin32Window
Any object that implements the IWin32Window interface that represents the top-level window that will own the modal dialog box.

Return Value

A string that represents the calculated file name. nullNothingnullptra null reference (Nothing in Visual Basic) if the name was not calculated.

See Also