RelaxISWCFLinkProxyGetMetadataFields Method |
Returns the internal names of all current metadata fields.
Namespace: RelaxIS_SDK.RelaxISWCFLinkAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public string[] GetMetadataFields()
Public Function GetMetadataFields As String()
Dim instance As RelaxISWCFLinkProxy
Dim returnValue As String()
returnValue = instance.GetMetadataFields()
Return Value
StringA list of the internal names of the current metadata fields.
Implements
IRelaxISWCFLinkGetMetadataFieldsSee Also