GUOIDIsValidGuoid Method (String, Int32) 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.

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
)

Parameters

guoid
Type: SystemString
The guoid to test
flags
Type: SystemInt32
Currently not in use. Pass zero

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