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