Skip to content

Commit

Permalink
Made ScoDelete public instead of internal
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-ferreira committed Apr 13, 2018
1 parent 9091048 commit 3b0ee52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/AdobeConnectSDK/AdobeConnectXmlAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ internal ApiStatus ScoUpdate(MeetingUpdateItem meetingUpdateItem, out MeetingDet
/// <returns>
/// <see cref="ApiStatus" />
/// </returns>
internal ApiStatus ScoDelete(string[] scoId)
public ApiStatus ScoDelete(string[] scoId)
{
for (int i = 0; i < scoId.Length; i++)
{
Expand Down

0 comments on commit 3b0ee52

Please sign in to comment.