Click or drag to resize
SiteInfo  Conversion (SPSite to SiteInfo)
Implicit convertion of SPSite to SiteInfo.

Namespace: Colygon.MatchPoint.Common
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public static implicit operator SiteInfo (
	SPSite site
)

Parameters

site
Type: SPSite
The site to implicitly convert.

Return Value

Type: SiteInfo
The SiteInfo object for the specified site.
See Also