Enum TemplateScope
Describes if a template is supporting a particular context
[DataContract("TemplateScope")]
public enum TemplateScope
Fields
Asset = 2
The template can be applied to certain types of Assets Asset.
Package = 1
The template can be applied to an existing Package.
Session = 0
The template can be applied to an existing PackageSession.