Click or drag to resize

fileDataAttribute Constructor (String, fileDataPropertyMode, fileDataPropertyOptions)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the fileDataAttribute class.

Namespace:  imbSCI.Core.files.fileDataStructure
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public fileDataAttribute(
	string __customName,
	fileDataPropertyMode __formatMode = fileDataPropertyMode.autoTextOrXml,
	fileDataPropertyOptions __options = fileDataPropertyOptions.none
)
Request Example View Source

Parameters

__customName
Type: SystemString
Custom filename prefix (without extension)
__formatMode (Optional)
Type: imbSCI.Core.files.fileDataStructurefileDataPropertyMode
Mode of serialization
__options (Optional)
Type: imbSCI.Core.files.fileDataStructurefileDataPropertyOptions
Special options
See Also