Method UnregisterNamespace
UnregisterNamespace(string)
Removes specified namespace from the repository's namespace list.
public virtual bool UnregisterNamespace(string nspace)
Parameters
nspace
stringSpecifies name of namespace to remove.
Returns
- bool
True if succeed (namespace is present in the namespace list); otherwise false.