Click or drag to resize

FileSpecUnversionedSpecList Method

Copies a list of FileSpec objects without vesions

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public static IList<FileSpec> UnversionedSpecList(
	IList<FileSpec> specs
)

Parameters

specs
Type: System.Collections.GenericIListFileSpec
List of FileSpecs

Return Value

Type: IListFileSpec
List of FileSpec objects
See Also