Class TemplateFolder
Describes a template folder.
[DataContract("TemplateFolder")]
public sealed class TemplateFolder
  - Inheritance
 - 
      objectTemplateFolder
 
Constructors
TemplateFolder()
Initializes a new instance of the TemplateFolder class.
public TemplateFolder()
  TemplateFolder(UDirectory)
Initializes a new instance of the TemplateFolder class.
public TemplateFolder(UDirectory path)
  Parameters
pathUDirectoryThe path.
Properties
Exclude
Gets or sets the exclude pattern to exclude files from package archive.
[DataMember(30)]
public string? Exclude { get; set; }
  Property Value
- string
 The exclude.
Files
Gets or sets the files.
[DataMember(40)]
public List<UFile> Files { get; }
  Property Value
- List<UFile>
 The files.
Group
Gets or sets the group (used when building a package archive)
[DataMember(20)]
[UPath(UPathRelativeTo.None)]
public UDirectory? Group { get; set; }
  Property Value
- UDirectory
 The group.
Path
Gets or sets the folder relative to the package where templates are available.
[DataMember(10)]
public UDirectory Path { get; set; }
  Property Value
- UDirectory
 The path.