FileSpecUnversionedSpecList Method
|
Copies a list of FileSpec objects without vesions
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax public static IList<FileSpec> UnversionedSpecList(
IList<FileSpec> specs
)
Public Shared Function UnversionedSpecList (
specs As IList(Of FileSpec)
) As IList(Of FileSpec)
public:
static IList<FileSpec^>^ UnversionedSpecList(
IList<FileSpec^>^ specs
)
static member UnversionedSpecList :
specs : IList<FileSpec> -> IList<FileSpec>
Parameters
- specs
- Type: System.Collections.GenericIListFileSpec
List of FileSpecs
Return Value
Type:
IListFileSpecList of FileSpec objects
See Also