History
ServerDirectory.CreateRoute
Home
•
Help
•
Customization Tools
•
FCAS
•
Language Reference
•
ServerDirectory.CreateRoute
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"