Click or drag to resize
Mapping Constructor (String, String, IEnumerableMappingItem)
Initializes a new instance of the Mapping class using the specified initial values.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public Mapping(
	string externalIdentifierAttributeName,
	string externalIdentifierAttributeLabel,
	IEnumerable<MappingItem> items
)

Parameters

externalIdentifierAttributeName
Type: SystemString
The name of the SalesForce entity attribute that contains the identifier of the bound CMS object.
externalIdentifierAttributeLabel
Type: SystemString
The label of the SalesForce entity attribute that contains the identifier of the bound CMS object.
items
Type: System.Collections.GenericIEnumerableMappingItem
A collection of mapping items.
See Also