Transforms api group object to Opensocial group object.

Namespace: MonoSoftware.MonoX.OpenSocial
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static Group ToOpenSocialGroup(
	this Group group
)
Visual Basic
<ExtensionAttribute> 
Public Shared Function ToOpenSocialGroup ( 
	group As Group
) As Group
Visual C++
public:
[ExtensionAttribute]
static Group^ ToOpenSocialGroup(
	Group^ group
)
F#
static member ToOpenSocialGroup : 
        group : Group -> Group 

Parameters

group
Type: MonoSoftware.MonoX.API..::..Group
Group object.

Return Value

Type: Group
Opensocial group object.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Group. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also