Advertising banner:

History
 
 ServerDirectory.CreateRoute
Home • Help • A0 • Customization Tools • FCAS • Language Reference • ServerDirectory.CreateRoute
 
CreateRoute (Directory)
Minimum version: 4.0
Purpose
Creates a route and returns the route form in the supplied server file.
Syntax
ServerDirectory.CreateRoute ( ServerFile )
Example
Dim sf as ServerFile
Dim sd as ServerDirectory
sd.CreateRoute (sf)
sf.Field (1204) = "TestRoute"