Class ExportableLink
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
Inheritance
System.Object
ExportableLink
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Core.Transfer.Internal
Assembly: EPiServer.dll
Version: 11.20.7Syntax
public class ExportableLink
Properties
ContentGuid
Declaration
public Guid ContentGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Methods
Create(Guid, String, String, IContentTransferContext, Boolean)
Declaration
public static ExportableLink Create(Guid contentGuid, string contentTypeName, string masterLanguageBranch, IContentTransferContext transferContext, bool addToLinkGuidMap)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | contentGuid | |
System.String | contentTypeName | |
System.String | masterLanguageBranch | |
IContentTransferContext | transferContext | |
System.Boolean | addToLinkGuidMap |
Returns
Type | Description |
---|---|
ExportableLink |
Create(String)
Declaration
public static ExportableLink Create(string linkString)
Parameters
Type | Name | Description |
---|---|---|
System.String | linkString |
Returns
Type | Description |
---|---|
ExportableLink |
Find(String)
Declaration
public static IList<ExportableLink> Find(string content)
Parameters
Type | Name | Description |
---|---|---|
System.String | content |
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<ExportableLink> |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()