PagePorter Class Library

FileMetadata.BackLinkInfo Property

Gets or sets a list of all the files (using a web-relative path) that link to the current page.

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

Property Value

A list of all the files (using a web-relative path) that link to the current page. The default value is null (Nothing in Visual Basic).

See Also

FileMetadata Class | Parastream.Web.MsFrontPage Namespace