Adds a new site branding to a collection.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax ISiteBranding AddSite(
string name,
string searchString,
string siteGroup = ""
)
Function AddSite (
name As String,
searchString As String,
Optional siteGroup As String = ""
) As ISiteBranding
ISiteBranding^ AddSite(
String^ name,
String^ searchString,
String^ siteGroup = L""
)
abstract AddSite :
name : string *
searchString : string *
?siteGroup : string
(* Defaults:
let _siteGroup = defaultArg siteGroup ""
*)
-> ISiteBranding
Parameters
- name
- Type: SystemString
Name of the new site branding. This parameter cannot be null or empty. - searchString
- Type: SystemString
Search string of the site branding. Not case-sensitive, cannot be null or empty. - siteGroup (Optional)
- Type: SystemString
Site group name (optional)
Return Value
Type:
ISiteBrandingNewly created site branding.
Exceptions See Also