public PublishToGalleryAsync ( string galleryItemId, string title, string topicId = null, bool bypassTerms = null, bool mature = null ) : Task |
||
galleryItemId | string | The gallery item id. |
title | string | The title of the image. This is required. |
topicId | string | The topic id - not the topic name. |
bypassTerms | bool | /// If the user has not accepted the terms yet, this endpoint will return an error. To by-pass /// the terms in general simply set this value to true. /// |
mature | bool | If the post is mature, set this value to true. |
return | Task |