| FileItemLink Property |
This is used to set or get the link path
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public FilePath Link { get; set; }
Public Property Link As FilePath
Get
Set
public:
property FilePath^ Link {
FilePath^ get ();
void set (FilePath^ value);
}
member Link : FilePath with get, set
Property Value
Type:
FilePathIf the item has no link path, this returns the
Include path.
See Also