GUOID Methods Content Studio 5.7 SDK
Content Studio Web Content Management System

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

The GUOID type exposes the following members.

Methods

  Name Description
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method Equals (Inherited from Object.)
Public method GetGuoid
Gets the Global Unique Object Identifier (GUOID) for an object identifiers of a certain type.
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Public method Static member IsValidGuoid(String)
Determines if a guoid is valid.
Public method IsValidGuoid(String, Int32)
Determines if a guoid is valid.
Public method IsValidGuoid(String, Int32, Int32, String)
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.
Public method LookupGUOID(ConnectionId, SessionId, String)
Transforms a list of GUOID of the Unit, Category or Document type to a list of id:s and type of object. The list items must be separated by a pipe (|).
Public method LookupGUOID(ConnectionId, SessionId, String, Int32, String)
Transforms a list of GUOID of the Unit, Category or Document type to a list of id:s and type of object. The list items must be separated by a pipe (|). 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.
Public method LookupID(ConnectionId, SessionId, CSFileObjectTypes, String)
Transforms a list of id:s of the Unit, Category or Document type to a list of GUOID of objects. The list items must be separated by a comma.
Public method LookupID(ConnectionId, SessionId, String, Int32, String)
Transforms a list of id:s of the Unit, Category or Document type to a list of GUOID of objects. The list items must be separated by a pipe (|). 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.
Public method ToString (Inherited from Object.)
Top
See Also

Reference