Content Linking List File

The Content Linking List file contains one line of text for each URL in the list. Each line ends in a carriage return and each item on a line must be separated by a TAB character.

After you change the Content Linking list File, the IIS Services may need to be restarted to pick up the change

Syntax

Web-page-URL [ text-description [ comment]]

 

Values
Web-page-URL
The virtual or relative URL of the Web page in the format filename or directory\filename. Absolute URLs, those that start with "http:", "//", or "\\", are not supported and will not be processed by methods such as GetNextURL and GetListIndex. When building your content path, you should ensure that no collisions or infinite loops can occur.
text-description
A value containing text that describes Web-page-URL.
comment
Explanatory text that is not processed by the component.
Example

The following text file creates a list of URLs that can be used by the Content Linking component.

--- NextLink.txt ---

NextLink_GetListCount.asp   GetListCount Method Example.   Taken from the Docs.
NextLink_GetListIndex.asp   GetListIndex Method Example.
NextLink_GetNextDescription.asp   GetNextDescription Method Example.
NextLink_GetNextURL.asp   GetNextURL Method Example.
NextLink_GetNthDescription.asp   GetNthDescription Method Example.
NextLink_GetNthURL.asp   GetNthURL.asp Method Example.
NextLink_GetPreviousDescription.asp   GetPreviousDescription Method Example.
NextLink_GetPreviousURL.asp   GetPreviousURL Method Example.
 

© 1997-2001 Microsoft Corporation. All rights reserved.