Methods
HasProperty
(Site,String) Method
HasProperty (Site site, String typeUri)
Returns a value which specifies whether the site's user profile values contains a property with the specified typeUri.
SetSiteMailTemplates
(Site,SiteTemplateSelections) Method
SetSiteMailTemplates (Site site, SiteTemplateSelections siteTemplateSelections)
GetSiteTemplateSelections
(Site) Method
GetSiteTemplateSelections (Site site)
SetSiteMailSettings
(Site,MailSettings) Method
SetSiteMailSettings (Site site, MailSettings mailSettings)
GetSiteMailSettings
(Site,MailSettings) Method
GetSiteMailSettings (Site site, MailSettings defaultValues)
GetSiteMailSettings
(Site) Method
GetSiteMailSettings (Site site)
GetIconPath
(Site,IFileSystemManager) Method
GetIconPath (Site site, IFileSystemManager fileSystemManager)
Return the relative path to the site's icon image file.
GetCssFilePath
(Site,IFileSystemManager) Method
GetCssFilePath (Site site, IFileSystemManager fileSystemManager)
Return the relative path to the site's icon image file.
GetDirectFilePath
(Site,Guid,IFileSystemManager) Method
GetDirectFilePath (Site site, Guid fileId, IFileSystemManager fileSystemManager)
Return a direct file path, if the file system provider supports it.
SetPassword
(Site,MailSettings) Method
SetPassword (Site site, MailSettings settings)
GetPassword
(Site) Method
GetPassword (Site site)
EncryptPassword
(Site,String) Method
EncryptPassword (Site site, String password)
Encrypt and encode a password and return the result.
DecryptPassword
(Site,String) Method
DecryptPassword (Site site, String password)
Encrypt and encode a password and return the result.
AbsoluteUrl
(Site,Boolean) Method
AbsoluteUrl (Site site, Boolean useSSL)
Return the absolute Uri for the specified site as a string.
AbsoluteUri
(Site,Boolean) Method
AbsoluteUri (Site site, Boolean useSSL)
Return the absolute Uri for the specified site.
AbsoluteUrl
(Site,Page,Boolean) Method
AbsoluteUrl (Site site, Page page, Boolean useSSL)
Return the absolute Uri for the specified site and page as a string.
AbsoluteUri
(Site,Page,Boolean) Method
AbsoluteUri (Site site, Page page, Boolean useSSL)
Return the absolute Uri for the specified site and page.
AbsoluteUri
(Site,String,Boolean) Method
AbsoluteUri (Site site, String relativeUrl, Boolean useSSL)
Return the absolute Uri for the specified site and relative url.
AbsoluteUrl
(Site,String,Boolean) Method
AbsoluteUrl (Site site, String relativeUrl, Boolean useSSL)
Return the absolute Uri for the specified site and relative url as a string.
AbsoluteUrl
(Site,Page,String,Boolean) Method
AbsoluteUrl (Site site, Page page, String relativeUrl, Boolean useSSL)
Return the absolute Uri for the specified site and page and relative url as a string.
AbsoluteUri
(Site,Page,String,Boolean) Method
AbsoluteUri (Site site, Page page, String relativeUrl, Boolean useSSL)
Return the absolute Uri for the specified site and page and relative url.