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: 12.0.0
Syntax 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