Click or drag to resize
IUserProviderSynchronizeUsers Method
Synchronizes local users and information with the remote system.

Namespace: ConnectedApps.Cms.Sdk.Framework
Assembly: ConnectedApps.Cms.Sdk (in ConnectedApps.Cms.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void SynchronizeUsers(
	List<string> providerKeys,
	SynchronizationOptions options
)

Parameters

providerKeys
Type: System.Collections.GenericListString
Keys of users in the remote system.
options
Type: ConnectedApps.Cms.Entities.UserProviderSynchronizationOptions
Options indicating the behavior of the synchronization.
See Also