Advertising banner:

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