Returns the relative URL of the Webpage under control.
Returns the relative URL of the Webpage under control.
API Tags:
Return: | URL of page to display in MainFrame. |
Access: | public |
Information Tags:
Returns a user friendly name for the project.
Returns a user friendly name for the project.
API Tags:
Return: | User friendly project name. |
Access: | public |
Information Tags:
string GetRepositoryRoot(
)
|
|
Returns the URL of the repository for the main frame.
Returns the URL of the repository for the main frame.
API Tags:
Return: | URL of repository. Any protocol (http://, svn://, etc.) is supported. Note: public function GetRepositoryRootDir is deprecated and removed from SwcConfig interface in SWC v1.1.0. Please use GetRepositoryRoot instead. |
Access: | public |
string GetRepositoryRootDir(
)
|
|
Returns the absolute path of the repository in the local file system.
Returns the absolute path of the repository in the local file system.
API Tags:
Return: | Absolute path of the repository. |
Access: | public |
See: | SwcConfig::GetRepositoryRoot |
Deprecated: | v1.1.0 Use GetRepositroyRoot() instead to configure the repository root. |
Information Tags:
string GetWebspaceRoot(
)
|
|
Returns the HTTP URL for the workspace where the project is checked out.
Returns the HTTP URL for the workspace where the project is checked out. Used by SVN.
API Tags:
Return: | URL of Webspace. |
Access: | public |
See: | SwcConfig::GetWebspaceRootDir |
Deprecated: | v1.1.0 Use GetWebspaceRootDir instead to configure webspace. |
Information Tags:
string GetWebspaceRootDir(
)
|
|
Returns the absolute path of the workspace directory in the local file system.
Returns the absolute path of the workspace directory in the local file system.
API Tags:
Return: | Absolute path of the workspace. Note: public function GetWebspaceRoot is deprecated and removed from SwcConfig interface in SWC v1.1.0. Please use GetWebspaceRootDir instead. |
Access: | public |
Information Tags:
Returns the URL of WebSVN view for this project or NULL if WebSVN is not available.
Returns the URL of WebSVN view for this project or NULL if WebSVN is not available.
API Tags:
Information Tags: