FileSystemItemPropertyData Constructor (Int32, String, String) |
IT Hit User File System
Creates instance of this class and initializes it it with data.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax public FileSystemItemPropertyData(
int id,
string value,
string iconResource = null
)
Public Sub New (
id As Integer,
value As String,
Optional iconResource As String = Nothing
)
public:
FileSystemItemPropertyData(
int id,
String^ value,
String^ iconResource = nullptr
)
new :
id : int *
value : string *
?iconResource : string
(* Defaults:
let _iconResource = defaultArg iconResource null
*)
-> FileSystemItemPropertyData
Parameters
- id
- Type: SystemInt32
- value
- Type: SystemString
- iconResource (Optional)
- Type: SystemString
See Also