Click or drag to resize
Askia

IControlCreationResult Interface

Represents the result of methods that creates a control

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
public interface IControlCreationResult : IMethodResult

The IControlCreationResult type exposes the following members.

Properties
  NameDescription
Public propertyControl
Newly created control in case of success
Public propertyError
Error that has been generated by the called method,
it could be null when the called method succeed (Success is true).
(Inherited from IMethodResult.)
Public propertySuccess
Indicates if the method called was successfully executed
(Inherited from IMethodResult.)
Top
See Also