Unlinks all projects from the specified project.
| Visual Basic |
|---|
Public Function UnlinkAllProjects( _ ByVal RemoteDomain As String, _ ByVal RemoteProject As String _ ) As String |
- RemoteDomain
The domain of the project on the "from" side of the link.
- RemoteProject
The name of the "from" project. This is typically a template project.
On success, returns an empty string.