Used to define a specific string type for pin creation
Namespace: VVVV.PluginInterfaces.V1Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872
Syntax
| C# |
|---|
public enum TStringType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| String | 0 | Default string pin type | |
| Filename | 1 | Filename pin type, used with the FileMask property | |
| Directory | 2 | Directory pin type | |
| URL | 3 | URL pin type | |
| IP | 4 | IP string type |