Try our conversational search powered by Generative AI!

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.7
public class ExportableLink

Properties

Declaration
public Guid ContentGuid { get; set; }
Property Value
Type Description
System.Guid

Methods

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
Declaration
public static ExportableLink Create(string linkString)
Parameters
Type Name Description
System.String linkString
Returns
Type Description
ExportableLink
Declaration
public static IList<ExportableLink> Find(string content)
Parameters
Type Name Description
System.String content
Returns
Type Description
System.Collections.Generic.IList<ExportableLink>
Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Extension Methods