GetCollection
Retrieves a collection with the specified public ID.
public static VyTask<VyCollectionDto> GetCollection(string publicId)
Path Parameters
Returns
VyTask<VyCollectionDto> An asynchronous task that returns a VyCollectionDto object representing the retrieved collection.
Last updated