GUOIDGetGuoid Method Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Gets the Global Unique Object Identifier (GUOID) for an object identifiers of a certain type.

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

public string GetGuoid(
	ConnectionId connectionId,
	SessionId sessionId,
	CSFileObjectTypes objectType,
	int objectId
)

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).
objectType
Type: ContentStudio.DocumentCSFileObjectTypes
Type of file object in objectID parameter
objectId
Type: SystemInt32
The ID of the object to get the GUOID for.

Return Value

Type: String
A guoid in the string format
Content Studio permissions

All users with a valid session can execute this method. Anonymous access is not supported.
See Also

Reference