Share via


RemoteSharedFileBackedMetadataCatalog constructor (String)

Initializes a new instance of the class for the specified composite.

Namespace:  Microsoft.Office.BusinessData.MetadataModel
Assembly:  Microsoft.Office.BusinessApplications.Runtime (in Microsoft.Office.BusinessApplications.Runtime.dll)

Syntax

'Declaration
Public Sub New ( _
    clientSolutionId As String _
)
'Usage
Dim clientSolutionId As String

Dim instance As New RemoteSharedFileBackedMetadataCatalog(clientSolutionId)
public RemoteSharedFileBackedMetadataCatalog(
    string clientSolutionId
)

Parameters

  • clientSolutionId
    Type: System.String

    The identifier of the composite to obtain metadata for.

Remarks

The instance created by this constructor will provide access to only the metadata of the composite with the specified identifier. This constructor is recommended for use by composites.

Object instances obtained from an instance of RemoteSharedFileBackedMetadataCatalog can only be used with object instances obtained from the same instance of RemoteSharedFileBackedMetadataCatalog. Using incompatible object instances with each other causes data corruption and other unexpected behavior.

See also

Reference

RemoteSharedFileBackedMetadataCatalog class

RemoteSharedFileBackedMetadataCatalog members

RemoteSharedFileBackedMetadataCatalog overload

Microsoft.Office.BusinessData.MetadataModel namespace