Class MappedIdentity
Information of an mapped identity.
Inheritance
Implements
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class MappedIdentity : Object, IEquatable<MappedIdentity>
Constructors
MappedIdentity()
Declaration
public MappedIdentity()
Fields
DefaultProvider
The provider (host) to use in External
Declaration
public const string DefaultProvider = "default"
Field Value
Type | Description |
---|---|
System. |
UriScheme
The Uri scheme to use when working with Identity
Declaration
public const string UriScheme = "epi.cms.identity"
Field Value
Type | Description |
---|---|
System. |
Properties
ContentGuid
Gets the unique identifier generated for External
Declaration
public Guid ContentGuid { get; }
Property Value
Type | Description |
---|---|
System. |
ContentLink
Gets the Content
Declaration
public ContentReference ContentLink { get; }
Property Value
Type | Description |
---|---|
Content |
ExternalIdentifier
Gets the external identity for a mapped item.
Declaration
public Uri ExternalIdentifier { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
ConstructExternalIdentifier(String)
Constructs an external identifier based on the default provider and a provider unique path
Declaration
public static Uri ConstructExternalIdentifier(string providerUniquePath)
Parameters
Type | Name | Description |
---|---|---|
System. |
providerUniquePath | An unique identifier within the provider. It must only contain characters valid in an Uri |
Returns
Type | Description |
---|---|
System. |
ConstructExternalIdentifier(String, String)
Constructs an external identifier based on a custom provider and a provider unique path
Declaration
public static Uri ConstructExternalIdentifier(string provider, string providerUniquePath)
Parameters
Type | Name | Description |
---|---|---|
System. |
provider | The provider |
System. |
providerUniquePath | An unique identifier within the provider. It must only contain characters valid in an Uri |
Returns
Type | Description |
---|---|
System. |
Equals(MappedIdentity)
Indicates whether the current Mapped
Declaration
public bool Equals(MappedIdentity other)
Parameters
Type | Name | Description |
---|---|---|
Mapped |
other | A Mapped |
Returns
Type | Description |
---|---|
System. |
true if the current instance is equal to the |