Click or drag to resize

FileAttribute Constructor (String, String, String, Boolean)

Initializes a new instance of the FileAttribute class

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
)

Parameters

name
Type: SystemString
baseDirectory
Type: SystemString
extentions
Type: SystemString
allowFrontendUpload
Type: SystemBoolean
See Also