Adds a new site branding to a collection.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxISiteBranding 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 String
- Name of the new site branding. This parameter cannot be null or empty.
- searchString String
- Search string of the site branding. Not case-sensitive, cannot be null or empty.
- siteGroup String (Optional)
- Site group name (optional)
Return Value
ISiteBrandingNewly created site branding.
Exceptions
See Also