UpdateDialogue(String,String,String) Method
The ID Number of the dialogue.
The title of the dialogue.
The Priority of the dialogue.
Update a Dialogue.
Syntax
'Declaration
Public Overloads Function UpdateDialogue( _
ByVal _idNumber_ As String, _
ByVal _newTitle_ As String, _
ByVal _newPriority_ As String _
) As ToolkitResult
public ToolkitResult UpdateDialogue(
string _idNumber_,
string _newTitle_,
string _newPriority_
)
Parameters
idNumber
The ID Number of the dialogue.
newTitle
The title of the dialogue.
newPriority
The Priority of the dialogue.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family
Reference
InterfacesToolkit Class
InterfacesToolkit Members
Overload List