This data interface represents a user relation to a user group in Orckestra CMS. This can be used to query user group members through a DataConnection.

Namespace: Composite.Data.Types
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public interface IUserUserGroupRelation : IData
Visual Basic
Public Interface IUserUserGroupRelation _
	Inherits IData
Visual C++
public interface class IUserUserGroupRelation : IData

See Also