IMultiEntryMetadataSerialize Method
|
Serialize the entry to XML for exports
Namespace:
Ingeniux.Runtime.Assets
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax IEnumerable<XElement> Serialize(
string name
)
Function Serialize (
name As String
) As IEnumerable(Of XElement)
IEnumerable<XElement^>^ Serialize(
String^ name
)
abstract Serialize :
name : string -> IEnumerable<XElement>
Parameters
- name
- Type: SystemString
Return Value
Type:
IEnumerableXElementSee Also