C# Class FLS.SharePoint.UserProfile.Features.CreateUserProfiles.UserProfileHelper

ファイルを表示 Open project: ivankozyrev/fls-internal-portal Class Usage Examples

Public Methods

Method Description
CreateOrUpdateUserProfiles ( IEnumerable collection ) : void
RemoveUserProfiles ( IEnumerable accounts ) : void
UserProfileHelper ( SPServiceContext context, ILogger logger ) : System.Collections.Generic

Method Details

CreateOrUpdateUserProfiles() public method

public CreateOrUpdateUserProfiles ( IEnumerable collection ) : void
collection IEnumerable
return void

RemoveUserProfiles() public method

public RemoveUserProfiles ( IEnumerable accounts ) : void
accounts IEnumerable
return void

UserProfileHelper() public method

public UserProfileHelper ( SPServiceContext context, ILogger logger ) : System.Collections.Generic
context SPServiceContext
logger ILogger
return System.Collections.Generic