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