SourceCategory Enumeration¶
Specifies the type of the application source that was used on import.
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public enum SourceCategory
VB¶
Public Enumeration SourceCategory
Members¶
Member name | Value | Description | |
---|---|---|---|
Packaged | 0 | The application was a pre-packaged msi or other format that was directly imported. | |
Cached | 1 | Obsolete. (This enumeration value has been deprecated.) The imported msi was the cached msi that was captured during an install capture. | |
Snapshot | 2 | The msi that was loaded is the result of a snapshot. Snapshotted msi's are treated differently to packaged msi's since the componentisation is not considered authoritative from the manufacturer. | |
Stub | 3 | The application is not loaded yet, an application stub may be created | |
WebApplication | 4 | The msi that was loaded is the result of a web capture. | |
Unknown | 5 | Unknown source category. |