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