GUOIDIsValidGuoid Method (String, Int32, Int32, String) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Determines if a guoid is valid. This is the backwards compatible implementation of this method. This implementation does not throw any exceptions, instead callers must examine the outcome of the call in the Status and StatusText output parameters.

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

public bool IsValidGuoid(
	string guoid,
	int flags,
	out int status,
	out string statusText
)

Parameters

guoid
Type: SystemString
The guoid to test
flags
Type: SystemInt32
Currently not in use. Pass zero
status
Type: SystemInt32
An integer indicating result of the call. Zero is success.
statusText
Type: SystemString
The textual representation of the call result.

Return Value

Type: Boolean
True if the gouid is valid
Content Studio permissions

All users, and anonymous users, with a valid session can execute this method.
See Also

Reference