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
)
Public Function ExportTagString (
flags As PropExportFlags
) As String
Parameters
- flags
- Type: NetQuarryPropExportFlags
Export options for the tag string.
Return Value
Type:
StringThe exported tag string.
See Also