Class FieldPaneIcon
Represents the FieldPaneIcon.
Inheritance
System.Object
FieldPaneIcon
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: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class FieldPaneIcon
Properties
| Improve this Doc View SourceFileName
Gets or sets a value of the Field indicating the name of the icon file.
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ImageBase64
Gets or sets a value of the Field indicating the string representing the Base64 encoding of the image.
Declaration
public string ImageBase64 { get; set; }
Property Value
Type | Description |
---|---|
System.String |