Skip to content

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 nameValueDescription
Packaged0The application was a pre-packaged msi or other format that was directly imported.
Cached1 Obsolete. (This enumeration value has been deprecated.) The imported msi was the cached msi that was captured during an install capture.
Snapshot2The 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.
Stub3The application is not loaded yet, an application stub may be created
WebApplication4The msi that was loaded is the result of a web capture.
Unknown5Unknown source category.

See Also

Reference

Citrix.SDK.AppDNA Namespace

Was this article helpful?