TrusteeGetMemberInfo Method (ConnectionId, SessionId, Int32) Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

When implemented in inheriting classes returns the memberships data of a trustee

Namespace: ContentStudio.Security
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public abstract string GetMemberInfo(
	ConnectionId connectionId,
	SessionId sessionId,
	int trusteeId
)

Parameters

connectionId
Type: ContentStudioConnectionId
A value that identifies the web site
sessionId
Type: ContentStudio.SecuritySessionId
A value that identifies the user's session. This value usually originates from a call to OpenSession(ConnectionId).
trusteeId
Type: SystemInt32
An identifier to a trustee object to examine.

Return Value

Type: String
Xml
See Also

Reference