Click or drag to resize

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

Note: This API is now obsolete.

Create a FormSpec

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
[ObsoleteAttribute("Use 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)", 
	false)]
public FormSpec(
	List<SpecField> fields,
	Dictionary<string, string> fieldmap,
	List<string> words,
	List<string> formats,
	Dictionary<string, string> values,
	Dictionary<string, string> presets,
	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
comments
Type: SystemString
See Also