| Mapping Constructor (String, String, IEnumerableMappingItem) | 
            Initializes a new instance of the Mapping class using the specified initial values.
            
 
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
 Syntax
Syntaxpublic 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
See Also