C# Class SenseNet.ContentRepository.Security.DesktopAccessProvider

Inheritance: SenseNet.ContentRepository.Storage.Security.AccessProvider
Show file Open project: maxpavlov/FlexNet Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetCurrentUser ( ) : IUser
SetCurrentUser ( IUser user ) : void

Method Details

GetCurrentUser() public method

public GetCurrentUser ( ) : IUser
return IUser

SetCurrentUser() public method

public SetCurrentUser ( IUser user ) : void
user IUser
return void