FileSpecClientSpecList Method
|
Create a list of FileSpec objects from a list of client paths
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax public static IList<FileSpec> ClientSpecList(
params string[] paths
)
Public Shared Function ClientSpecList (
ParamArray paths As String()
) As IList(Of FileSpec)
public:
static IList<FileSpec^>^ ClientSpecList(
... array<String^>^ paths
)
static member ClientSpecList :
paths : string[] -> IList<FileSpec>
Parameters
- paths
- Type: SystemString
List of paths
Return Value
Type:
IListFileSpecList of FileSpec objects
See Also