Class FileHyperlink

Represents file hyperlink object.

public sealed class FileHyperlink : Hyperlink

Constructors

NameDescription
FileHyperlink()Initializes a new instance of the FileHyperlink class.
FileHyperlink(string)Initializes a new instance of the FileHyperlink class.

Properties

NameDescription
Path { get; set; }Gets or sets the path to file.

See Also