CompressProject(String,String) Method
In This Topic
Compresses a project.
Syntax
Parameters
- strFullLinkFileName
- Full link file name of the project to be compressed.
- strConfigScheme
- Configuration scheme. If an empty string is passed to the parameter, the last\-used scheme will be reused which is currently set in GUI.
Exceptions
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 compressing
could not be
created. |
BaseException | An error occurred
when compressing the
project. |
See Also