|
MapGuide API Reference
|
| virtual void MgResourceIdentifier::Validate | ( | ) | [virtual] |
Validates the resource identifier. This method should be called after the identifier has been fully specified by constructor and/or Set methods.
| virtual void Validate(); |
| virtual void Validate(); |
| virtual void Validate(); |
// Assuming $newResourceID has already been created
$newResourceID->Validate();
| MgInvalidRepositoryTypeException | |
| MgInvalidRepositoryNameException | |
| MgInvalidResourcePathException | |
| MgInvalidResourceNameException | |
| MgInvalidResourceTypeException |