IIdentifier Interface Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Interface used for identification of Content Studio objects.

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

public interface IIdentifier : IConvertible

The IIdentifier type exposes the following members.

Properties

  NameDescription
Public propertyConnectionId
Gets or sets the connection id.
Public propertyGuoid
Gets the guoid.
Public propertyId
Gets the id for the object.
Public propertyPath
Gets the path.
Public propertySessionId
Gets or sets the session id.
Top
Methods

  NameDescription
Public methodGetTypeCode (Inherited from IConvertible.)
Public methodToBoolean (Inherited from IConvertible.)
Public methodToByte (Inherited from IConvertible.)
Public methodToChar (Inherited from IConvertible.)
Public methodToDateTime (Inherited from IConvertible.)
Public methodToDecimal (Inherited from IConvertible.)
Public methodToDouble (Inherited from IConvertible.)
Public methodToInt16 (Inherited from IConvertible.)
Public methodToInt32 (Inherited from IConvertible.)
Public methodToInt64 (Inherited from IConvertible.)
Public methodToSByte (Inherited from IConvertible.)
Public methodToSingle (Inherited from IConvertible.)
Public methodToString (Inherited from IConvertible.)
Public methodToType (Inherited from IConvertible.)
Public methodToUInt16 (Inherited from IConvertible.)
Public methodToUInt32 (Inherited from IConvertible.)
Public methodToUInt64 (Inherited from IConvertible.)
Top
See Also

Reference