GlobalTrusteeRightsGetRights Method (ConnectionId, SessionId, GlobalRights) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Returns the effective global rights for a trustee.

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

public string GetRights(
	ConnectionId connectionId,
	SessionId sessionId,
	out GlobalRights rightsMask
)

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).
rightsMask
Type: ContentStudio.SecurityGlobalRights
Returns the found the effective global right for the trustee

Return Value

Type: String
XML, with the following sample syntax
<rights>Int32 - value: RightsMask</rights>
Remarks

This overloaded implementation returns the rights for the calling user.
See Also

Reference