Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the ItemMetadataSchema class that contains information about custom fields and how to identify an item.
Namespace: Microsoft.Synchronization.SimpleProviders
Assembly: Microsoft.Synchronization.SimpleProviders (in microsoft.synchronization.simpleproviders.dll)
Syntax
'Declaration
Public Sub New ( _
customFields As IEnumerable(Of CustomFieldDefinition), _
identityRules As IEnumerable(Of IdentityRule) _
)
'Usage
Dim customFields As IEnumerable(Of CustomFieldDefinition)
Dim identityRules As IEnumerable(Of IdentityRule)
Dim instance As New ItemMetadataSchema(customFields, identityRules)
public ItemMetadataSchema (
IEnumerable<CustomFieldDefinition> customFields,
IEnumerable<IdentityRule> identityRules
)
public:
ItemMetadataSchema (
IEnumerable<CustomFieldDefinition^>^ customFields,
IEnumerable<IdentityRule^>^ identityRules
)
public ItemMetadataSchema (
IEnumerable<CustomFieldDefinition> customFields,
IEnumerable<IdentityRule> identityRules
)
public function ItemMetadataSchema (
customFields : IEnumerable<CustomFieldDefinition>,
identityRules : IEnumerable<IdentityRule>
)
Parameters
- customFields
A collection of CustomFieldDefinition objects that each represent a custom field. Fields can be used to identify an item in the metadata or store version information about an item.
- identityRules
A collection of IdentityRule objects that defines the way in which an item is identified within a replica.
See Also
Reference
ItemMetadataSchema Class
ItemMetadataSchema Members
Microsoft.Synchronization.SimpleProviders Namespace