Title = "Browse Instances of Tenant Object: " . $this->CurrentObject->Name . " on " . $this->CurrentTenant->URL; } protected function RenderContent() { if ($this->CurrentObject != null) { ?>

Object: CurrentObject->Name); ?> on CurrentTenant->URL); ?>

Object Instances

CurrentObject->GetInstanceProperties(); foreach ($properties as $property) { if ($property->ColumnVisible) { echo(""); } } ?> CurrentObject->GetInstances(); foreach ($instances as $instance) { ?> ColumnVisible) { echo(""); } } ?>
" . $property->Name . "
"); $value = $instance->GetPropertyValue($property); $property->RenderColumn($value); echo("