History |
IsCommunity (server files)
Minimum version: 4.0
Purpose
Returns whether the current object on the FirstClass server is a community.
Syntax
ServerFile.IsCommunity
Example
Dim sf as ServerFile
sf.OpenFile ("MyCommunity", fcRead)
If (sf.IsCommunity) Debug "This is a community"
| ||