Ensure that the originator and recipients are valid.
Namespace:
Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Overrides Function Validate() As Boolean |
| C# |
|---|
| public override bool Validate() |
| C++ |
|---|
public: virtual bool Validate() override |
| J# |
|---|
| public override bool Validate() |
| JScript |
|---|
| public override
function Validate() : bool |
Return Value
True if valid or false if invalid
Exceptions
| Exception Type | Condition |
|---|
| ApiDeveloperException | Thrown if a user has not been logged on prior to call to method |
See Also