Copies a list of FileSpec objects without vesions

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)

Syntax

C#
public static IList<FileSpec> UnversionedSpecList(
	IList<FileSpec> specs
)
Visual Basic
Public Shared Function UnversionedSpecList ( _
	specs As IList(Of FileSpec) _
) As IList(Of FileSpec)
Visual C++
public:
static IList<FileSpec^>^ UnversionedSpecList(
	IList<FileSpec^>^ specs
)

Parameters

specs
Type: System.Collections.Generic..::..IList<(Of <(<'FileSpec>)>)>
List of FileSpecs

Return Value

List of FileSpec objects

See Also