Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class AddingContactsModel

Inheritance
System.Object
AddingContactsModel
Namespace: EPiServer.Commerce.UI.Admin.Customers.Internal
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
Syntax
public class AddingContactsModel : Object

Constructors

AddingContactsModel()

Declaration
public AddingContactsModel()

Properties

ContactIds

Declaration
public List<string> ContactIds { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>

OrganizationId

Declaration
public string OrganizationId { get; set; }
Property Value
Type Description
System.String