DeleteStoredProperties(Project,String) Method
Deletes stored properties from a project.
Parameters
- oProject
- Project from which stored properties will be deleted.
- strConfigScheme
- Configuration scheme. If an empty string is passed to the parameter method will use scheme which is currently set in GUI.
Exception | Description |
ArgumentNullException | Thrown in case of
missing arguments. |
ArgumentException | Thrown in case if
invalid arguments,
e.g. an invalid
project is set. |
ApplicationException | Internal interface
for deleting stored properties
could not be created. |
BaseException | An error occurred during deleting stored properties.
|