Enum DmTestContentType
- Namespace
- Skyline.AppInstaller
- Assembly
- Skyline.DataMiner.Core.AppPackageCreator.dll
Specifies the type of content used in a DataMiner test context.
public enum DmTestContentType
Fields
DirectoryPath = 1
Indicates that the content is a directory path.
FilePath = 0
Indicates that the content is a file path.
Text = 2
Indicates that the content is raw text.