Click or drag to resize

SiteInfo Class

Provides access to the parent site of a result record.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.CommonSiteInfo

Namespace:  Colygon.MatchPoint.Common
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
[SerializableAttribute]
public sealed class SiteInfo

The SiteInfo type exposes the following members.

Constructors
  NameDescription
Public methodSiteInfo(SPSite)
Initializes a new SiteInfo instance.
Public methodSiteInfo(Guid)
Initializes a new SiteInfo instance.
Top
Properties
  NameDescription
Public propertySite
Returns the parent site collection.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Operators
Fields
  NameDescription
Public fieldSiteId
Returns the Id of the parent site collection.
Top
Remarks
This class is not intended for external use.
See Also