MetadataWriterSave Method (String, String, String, MetadataSaveFlags) |
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,
MetadataSaveFlags flags
)
Public Sub Save (
objType As String,
objID As String,
fileName As String,
flags As MetadataSaveFlags
)
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. - flags
- Type: NetQuarry.MetadataMetadataSaveFlags
Flags that modify the behavior of the call
See Also