View Source
  Class MultiUrlPickerValueEditor.LinkDto
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Infrastructure.dll
  Syntax
  
    [DataContract]
public class LinkDto
   
  Properties
  
  
    View Source
  
  Name
  
  
  Declaration
  
    [DataMember(Name = "name")]
public string Name { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  QueryString
  
  
  Declaration
  
    [DataMember(Name = "queryString")]
public string QueryString { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  Target
  
  
  Declaration
  
    [DataMember(Name = "target")]
public string Target { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  Udi
  
  
  Declaration
  
    [DataMember(Name = "udi")]
public GuidUdi Udi { get; set; }
   
  Property Value
  
  
    View Source
  
  Url
  
  
  Declaration
  
    [DataMember(Name = "url")]
public string Url { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  |