Click or drag to resize

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.1.26791.0-Beta2
Syntax
public FileSystemItemPropertyData(
	int id,
	string value,
	string iconResource = null
)

Parameters

id
Type: SystemInt32
value
Type: SystemString
iconResource (Optional)
Type: SystemString
See Also