History
ServerDirectory.OpenSharedDocs
Home
•
Help
•
Customization Tools
•
FCAS
•
Language Reference
•
ServerDirectory.OpenSharedDocs
Purpose
Opens the Shared Documents container for the current user.
Syntax
ServerDirectory
.OpenSharedDocs (
ServerFile
)
Example
Dim sd as ServerDirectory
Dim sf as ServerFile
sd.OpenAdmin ("John", fcListByName)
sd.OpenSharedDocs (sf)