Persistate API documentation
UserConfirms Method (message, parameters)
NamespacesPersistate.UI.DesktopDesktopUserInterfaceUserConfirms(String, array<Object>[]()[][])

[This is preliminary documentation and is subject to change.]

Shows a message to the user, and asks for confirmation.
Declaration Syntax
C#
public override bool UserConfirms(
	string message,
	params Object[] parameters
)
Parameters
message (String)
The message to show. Can have placeholders similar to String.Format.
parameters (array<Object>[]()[][])
The objects to replace into the placeholders in the message.
Return Value
True if the user confirms (e.g. clicks Yes), false if the user doesn't confirm (e.g. clicks No).

Assembly: Persistate.UI.Desktop (Module: Persistate.UI.Desktop) Version: 0.6.1.20 (0.6.1.20)