Web API Reference | MapGuide Open Source |
Sets the repository type.
.NET Syntax
Java Syntax
PHP Syntax
Examples (PHP)
// Assuming $newResourceID has already been created $newResourceID->SetRepositoryType("Library"); $newResourceID->Validate(); $newResourceID->SetRepositoryType("Session");
$newResourceID->Validate();
|