Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Method Parameters

This method allows you to create a Group within a List.

Method Parameters

  • string CreateGroup(string accessKey, int listID, string groupName, stringgroupNotes)
    • accessKey: access key obtained using the LoginFromID method
    • listID: ID of the list that the new Group will belong to
    • groupName: name of the new Group
    • groupNotes: administrative notes for this new Group

...