AdvantageHandler..::..SiteSettings<(Of <(<'T>)>)> Method
Retrieves the published domain-level site settings of the specified type.
Returns a new default instance if no published settings are found.
Namespace:
AdvantageCMS.Core.Common.BaseClasses.HandlerAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
public T SiteSettings<T>() where T : BusinessObjectSiteSetting<T>
Type Parameters
- T
- A type that inherits from BusinessObjectSiteSetting<(Of <(<'T>)>)>.

