TaxonomyUpsert(Guid, Guid, String, String, String, String, String, Boolean, String, Int32) Method

Definition

Namespace: Centralpoint.Web.Cms
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public void Upsert(
	Guid taxonomyId,
	Guid parentTaxonomyId,
	string systemName,
	string name,
	string description,
	string properties,
	string[] audiences,
	bool updateDescendants,
	string integrationId,
	int sortOrder
)

Parameters

taxonomyId  Guid
 
parentTaxonomyId  Guid
 
systemName  String
 
name  String
 
description  String
 
properties  String
 
audiences  String
 
updateDescendants  Boolean
 
integrationId  String
 
sortOrder  Int32
 

See Also