GetMetaOnLinks Method
Gets the meta data for a set of links.
Syntax
public System.string[] GetMetaOnLinks(
System.long[] linkIds
)Public Function GetMetaOnLinks( _
ByVal linkIds() As System.Long _
) As System.String()Parameters
| Name | Description |
|---|---|
| linkIds | A set of Link IDs. |
Return Value
The meta data for the links.