Class IdentityStoreMap
Data class for mapping store id and name
Inheritance
System.Object
    IdentityStoreMap
  Namespace: EPiServer.Data.Serialization
Assembly: EPiServer.Data.dll
Version: 12.0.3Syntax
public class IdentityStoreMap : ObjectConstructors
IdentityStoreMap(Identity, String)
Declaration
public IdentityStoreMap(Identity id, string storeName)Parameters
| Type | Name | Description | 
|---|---|---|
| Identity | id | |
| System.String | storeName | 
Properties
Id
Declaration
public Identity Id { get; set; }Property Value
| Type | Description | 
|---|---|
| Identity | 
StoreName
Declaration
public string StoreName { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
