Class FilePathAttribute
Inheritance
FilePathAttribute
Assembly: LobsterFramework.dll
Syntax
public class FilePathAttribute : PropertyAttribute, _Attribute
Constructors
|
Improve this Doc
View Source
FilePathAttribute(string, string)
Declaration
public FilePathAttribute(string defaultName = "", string extension = "")
Parameters
Type |
Name |
Description |
string |
defaultName |
The default name of the lookup file, empty string means the current value of the field will be used.
|
string |
extension |
The file extension to look up for, empty string means to display all files
|
Fields
|
Improve this Doc
View Source
defaultName
Declaration
public string defaultName
Field Value
|
Improve this Doc
View Source
extension
Declaration
Field Value
Implements