Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A LinkDynamic Type is a 1-byte value represented as a single, uppercase ASCII character that tracks various special link types. A LinkDynamic Type MUST have only one value at a time. A NULL value for LinkDynamic Type is used for a backward link. The only valid non-NULL values of the LinkDynamic Type are specified as follows.
Value |
Description |
---|---|
D |
The URL is "dynamic", which is a link to <Site URL>/_vti_bin/shtml.dll/DirName/LeafName. Such links are used to invoke the FrontPage SmartHTML interpreter on a file. |
G |
A non-absolute link from a ghosted document that does not fall into any other category. |
H |
The URL is a history link (that is, it contains a path segment with the string "_vti_history"). |
L |
The URL is to a layouts page (that is, it contains a path segment with the string "_layouts"). |
S |
The URL is "static", which is the default and requires no special handling. |