Click or drag to resize
SiteInfoIdentifier Class
Represents the site info object identifier.
Inheritance Hierarchy

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public class SiteInfoIdentifier : InfoIdentifier

The SiteInfoIdentifier type exposes the following members.

Constructors
  NameDescription
Public methodSiteInfoIdentifier(Int32)
Creates a new site info identifier using the site ID.
Public methodSiteInfoIdentifier(String)
Creates a new site info identifier using the site name.
Top
Properties
  NameDescription
Public propertyObjectCodeName
Gets the object code name.
(Inherited from InfoIdentifier.)
Public propertyObjectID
Gets the object ID.
(Inherited from InfoIdentifier.)
Public propertyObjectType
Gets the object type.
(Inherited from InfoIdentifier.)
Top
Operators
See Also