Interface IDataIOResourceService
Interface for data I/O resource service.
Namespace: Kephas.Data.IO
Assembly: Kephas.Data.IO.dll
Syntax
[SingletonAppServiceContract]
public interface IDataIOResourceServiceMethods
| Improve this Doc View SourceGetResourcePath(IIdentity)
Gets the resource path for the provided identity.
Declaration
string GetResourcePath(IIdentity identity)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Security.Principal.IIdentity | identity | The identity. | 
Returns
| Type | Description | 
|---|---|
| System.String | The user's resource path. |