I'm attempting to use the PublicApi for a number of things and having a hard time figuring out what to put in for certain parameters. For instance, for the following method, it says a few parameters are required, of type string, but what are the valid strings I can pass in?
Media Create(int mediaGalleryId, string name, string contentType, string fileName, MediaCreateOptions options = null);