Click or drag to resize

Options Constructor (GetFileMetadataCmdFlags, String, String, Int32, String, String, String)

Initializes a new instance of the Options class

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public Options(
	GetFileMetadataCmdFlags flags,
	string filter,
	string taggedFields,
	int maxItems,
	string afterChangelist,
	string byChangelist,
	string attribPattern
)

Parameters

flags
Type: Perforce.P4GetFileMetadataCmdFlags
filter
Type: SystemString
taggedFields
Type: SystemString
maxItems
Type: SystemInt32
afterChangelist
Type: SystemString
byChangelist
Type: SystemString
attribPattern
Type: SystemString
See Also