Get details about the group.

Namespace:  IpernityNET.IpernityObjects
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public void Get(
	string lang
)
Visual Basic (Declaration)
Public Sub Get ( _
	lang As String _
)
Visual C++
public:
void Get(
	String^ lang
)

Parameters

lang
Type: System..::.String
The language code of the group title and description to fetch.

Remarks

This method encapsulates group.get This method does not require any particular permission.

Exceptions

ExceptionCondition
IpernityNET..::.IpernityExceptionThrowed when Ipernity returned an error
IpernityNET.IpernityObjects..::.ObjectNotConfiguredExceptionThrowed when an Ipernity object has not been configured. Use the method ConfigureIpernityObject(IpernityObject) to configure the object and allow it to interact with Ipernity

See Also