All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
PackageImportResult Class Reference

PackageImportResult class More...

Public Member Functions

 PackageImportResult ()
 Initializes a new instance of the PackageImportResult class. More...
 

Properties

string ErrorInfo [get, set]
 Gets or sets a value indicating the import errors of the artifacts. More...
 
bool ImportSucceeded [get, set]
 Gets or sets a value indicating whether the import succeded or not More...
 

Description

PackageImportResult class

Constructor & Destructor Documentation

Initializes a new instance of the PackageImportResult class.

Property Documentation

string ErrorInfo
getset

Gets or sets a value indicating the import errors of the artifacts.

The error information of the artifacts that are not imported.

bool ImportSucceeded
getset

Gets or sets a value indicating whether the import succeded or not

true if import succeded ; otherwise, false.