Click or drag to resize

MetadataWriterSave Method (String, String, String)

Persists an object to the specified file.

Namespace:  NetQuarry.Metadata
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void Save(
	string objType,
	string objID,
	string fileName
)

Parameters

objType
Type: SystemString
The type of the object to save.
objID
Type: SystemString
The ID of the object to save.
fileName
Type: SystemString
The name of the file to which to save.
See Also