Class ServerProjectPackageDetails
Inheritance
System.Object
    ServerProjectPackageDetails
  Syntax
public class ServerProjectPackageDetails
  Fields
HandoffVersion
The Handoff version of the package.
Declaration
public int HandoffVersion
  Type
System.Int32MasterProjectName
The package's master project's name to which it belongs.
Declaration
public string MasterProjectName
  Type
System.StringNumberOfDocuments
The number of the documents the package contains.
Declaration
public int NumberOfDocuments
  Type
System.Int32PackageGuid
The unique identifier of the package.
Declaration
public Guid PackageGuid
  Type
System.GuidPackageName
The name of the package.
Declaration
public string PackageName
  Type
System.StringPackageType
The type of the package.
Declaration
public PackageType PackageType
  Type
PackageTypeTargetLangCodes
The target language codes of the package.
Declaration
public string[] TargetLangCodes