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