Interface ICustomTokenProvider
Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke.dll
Syntax
public interface ICustomTokenProvider
Methods
GetTokens(Page, ModuleInstanceContext)
Declaration
IDictionary<string, IPropertyAccess> GetTokens(Page page, ModuleInstanceContext moduleContext)
Parameters
| Type | Name | Description |
|---|---|---|
| Page | page | |
| ModuleInstanceContext | moduleContext |
Returns
| Type | Description |
|---|---|
| IDictionary<string, IPropertyAccess> |