Class UrlContentReferencePair
Inheritance
System.Object
    UrlContentReferencePair
  Inherited Members
      System.Object.ToString()
    
    
      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.Cms.Shell.UI.Models.ExternalLinks
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7Syntax
[Obsolete("The Episerver gadget framework has been deprecated so the External Link gadget will be removed after the upcoming major release.")]
public class UrlContentReferencePairConstructors
UrlContentReferencePair(Url, ContentReference)
Declaration
public UrlContentReferencePair(Url url, ContentReference contentReference)Parameters
| Type | Name | Description | 
|---|---|---|
| Url | url | |
| ContentReference | contentReference | 
Properties
ContentReference
Declaration
public ContentReference ContentReference { get; set; }Property Value
| Type | Description | 
|---|---|
| ContentReference | 
Url
Declaration
public Url Url { get; set; }Property Value
| Type | Description | 
|---|---|
| Url | 
