PagePorter Class Library

FileMetadata.LinkInfo Property

Gets or sets the array of URLs of each page that has a link on the current page.

[Visual Basic]
Public Property LinkInfo As String()
[C#]
public string[] LinkInfo {get; set;}

Property Value

The array of URLs of each page that has a link on the current page. If the value is an empty array or null (Nothing in Visual Basic), there are no links on the current page.

Remarks

Each element represents a URL in this fashion: FHUS|url.

See Also

FileMetadata Class | Parastream.Web.MsFrontPage Namespace