GroupVerify Method (ConnectionId, SessionId, String, String, String, String, Boolean) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Verifies a group registered in Content Studio or registers a new group. If the group is missing in Content Studio it will be registered.

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

public int Verify(
	ConnectionId connectionId,
	SessionId sessionId,
	string sid,
	string domain,
	string groupName,
	string description,
	bool isLocalGroup
)

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).
sid
Type: SystemString
A security identifier in its SSDL form that identifies the user.
domain
Type: SystemString
The name of the domain to which the account belong
groupName
Type: SystemString
The name of the group
description
Type: SystemString
A brief description of the group
isLocalGroup
Type: SystemBoolean
True if the group is local to the system, false if it can be found in the public user catalog

Return Value

Type: Int32
The identifier of the verified account
Exceptions

ExceptionCondition
CSExceptionA business rule was violated in the underlying Content Studio database.
SqlExceptionAn error occurred when executing the command against the Content Studio database
Remarks

This function does not verifies the account against the network before updating it.
See Also

Reference