Click or drag to resize

PropertiesExportTagString Method

Export the contents of the collection to a tag string.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string ExportTagString(
	PropExportFlags flags
)

Parameters

flags
Type: NetQuarryPropExportFlags
Export options for the tag string.

Return Value

Type: String
The exported tag string.
See Also