IUploadcareCreateGroup Method |
Creates a file group object.
Namespace:
NetQuarry.Services.Uploadcare
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax FileInfo CreateGroup(
List<string> uuids
)
Function CreateGroup (
uuids As List(Of String)
) As FileInfo
Parameters
- uuids
- Type: System.Collections.GenericListString
A list of file ids to add (uuids)
Return Value
Type:
FileInfoThe file group information
See Also