Used to define a specific string type for pin creation

Namespace: VVVV.PluginInterfaces.V2
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
public enum StringType

Members

Member nameValueDescription
String0 Default string pin type
Filename1 Filename pin type, used with the FileMask property
Directory2 Directory pin type
URL3 URL pin type
IP4 IP string type

See Also