How to get the GetMediaLibraryInfo() groupid

alan gerling asked on February 17, 2016 05:27

Can you tell me how to get the GroupID for the GetMediaLibraryInfo method?

MediaLibraryInfo newLibrary = MediaLibraryInfoProvider.GetMediaLibraryInfo("MyMediaLibraryName", website.SiteID, GroupID);

Correct Answer

David te Kloese answered on February 17, 2016 09:41

Hi,

Where do you need it for? I believe it's just an overload and not required.

You can just use: MediaLibraryInfoProvider.GetMediaLibraryInfo("LibraryName", SiteContext.CurrentSiteName);

See the API examples: https://docs.kentico.com/display/API9/Media+libraries#Medialibraries-Creatingamedialibrary

Greets,

David

0 votesVote for this answer Unmark Correct answer

Recent Answers


alan gerling answered on February 17, 2016 18:34

Thanks David, i had misread a note and thought i had to call this method using siteid and groupid.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.