Class HighlightSpan
The highlight span object
Inheritance
System.Object
HighlightSpan
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class HighlightSpan
Constructors
| Improve this Doc View SourceHighlightSpan(String, Boolean)
Initializes a new instance of the HighlightSpan class.
Declaration
public HighlightSpan(string highlightStr, bool isHighlighted)
Parameters
Type | Name | Description |
---|---|---|
System.String | highlightStr | String to be determined whether it should be highlighted or not. |
System.Boolean | isHighlighted | The string should be highlighted or not. |
Properties
| Improve this Doc View SourceHighlightStr
String to be determined whether it should be highlighted or not.
Declaration
public string HighlightStr { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
IsHighlighted
The string should be highlighted or not.
Declaration
public bool IsHighlighted { get; protected set; }
Property Value
Type | Description |
---|---|
System.Boolean |