Click or drag to resize

FormSpec Constructor (ListSpecField, DictionaryString, String, ListString, ListString, DictionaryString, String, DictionaryString, String, ListString, ListString, String)

Create a FormSpec

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.255.3501
Syntax
public FormSpec(
	List<SpecField> fields,
	Dictionary<string, string> fieldmap,
	List<string> words,
	List<string> formats,
	Dictionary<string, string> values,
	Dictionary<string, string> presets,
	List<string> openable,
	List<string> maxwords,
	string comments
)

Parameters

fields
Type: System.Collections.GenericListSpecField
fieldmap
Type: System.Collections.GenericDictionaryString, String
words
Type: System.Collections.GenericListString
formats
Type: System.Collections.GenericListString
values
Type: System.Collections.GenericDictionaryString, String
presets
Type: System.Collections.GenericDictionaryString, String
openable
Type: System.Collections.GenericListString
maxwords
Type: System.Collections.GenericListString
comments
Type: SystemString
See Also