Dropbox .NET SDK
Show / Hide Table of Contents

Class HighlightSpan

The highlight span object

Inheritance
object
HighlightSpan
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class HighlightSpan

Constructors

View Source

HighlightSpan(string, bool)

Initializes a new instance of the HighlightSpan class.

Declaration
public HighlightSpan(string highlightStr, bool isHighlighted)
Parameters
Type Name Description
string highlightStr

String to be determined whether it should be highlighted or not.

bool isHighlighted

The string should be highlighted or not.

Properties

View Source

HighlightStr

String to be determined whether it should be highlighted or not.

Declaration
public string HighlightStr { get; protected set; }
Property Value
Type Description
string
View Source

IsHighlighted

The string should be highlighted or not.

Declaration
public bool IsHighlighted { get; protected set; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK