| FileAttribute Constructor (String, String, String, Boolean) |
Namespace:
Dynamicweb.Content.Items.Annotations
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public FileAttribute(
string name,
string baseDirectory,
string extentions,
bool allowFrontendUpload
)
Public Sub New (
name As String,
baseDirectory As String,
extentions As String,
allowFrontendUpload As Boolean
)
Parameters
- name
- Type: SystemString
- baseDirectory
- Type: SystemString
- extentions
- Type: SystemString
- allowFrontendUpload
- Type: SystemBoolean
See Also