Copies a list of FileSpec objects without vesions

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

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