-
public interface SiteInfo.AllowedFileSenders
-
-
Method Summary
Modifier and Type Method Description abstract booleanisOperatorAllowed()Defines if the site configuration allows an operator to send files abstract booleanisVisitorAllowed()Defines if the site configuration allows a visitor to send files -
-
Method Detail
-
isOperatorAllowed
abstract boolean isOperatorAllowed()
Defines if the site configuration allows an operator to send files
-
isVisitorAllowed
abstract boolean isVisitorAllowed()
Defines if the site configuration allows a visitor to send files
-
-
-
-