'Declaration Public MustOverride Function List( _ ByVal documentIdentifer As String, _ Optional ByVal contextData As NameValueCollection _ ) As List(Of MarkupLayerInfo)
'Usage Dim instance As MarkupArtDataConnection Dim documentIdentifer As String Dim contextData As NameValueCollection Dim value As List(Of MarkupLayerInfo) value = instance.List(documentIdentifer, contextData)
public abstract List<MarkupLayerInfo> List( string documentIdentifer, NameValueCollection contextData )
public: abstract List<MarkupLayerInfo*>* List( string* documentIdentifer, NameValueCollection* contextData )
public: abstract List<MarkupLayerInfo^>^ List( String^ documentIdentifer, NameValueCollection^ contextData )
Parameters
- documentIdentifer
- The Document Identifier for which the list of associated Markup Layers is requested
- contextData
- Any additional parameters which may prove useful to the derived implementation.
Return Value
The List containing the Markup Layer Record IDs and mnemonic display names for Markup Layers associated
with the specified Document Identifier