| AccountInfoAssertInGroup Method |
This is preliminary documentation and is subject to change.
Asserts the user is in certain group.
Namespace: WikiClientLibrary.SitesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public void AssertInGroup(
string groupName
)
Public Sub AssertInGroup (
groupName As String
)
Dim instance As AccountInfo
Dim groupName As String
instance.AssertInGroup(groupName)
public:
void AssertInGroup(
String^ groupName
)
member AssertInGroup :
groupName : string -> unit
Parameters
- groupName String
- The group user should be in.
Exceptions See Also