Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get module by moniker #26

Open
roman-yagodin opened this issue Jun 19, 2019 · 0 comments
Open

Get module by moniker #26

roman-yagodin opened this issue Jun 19, 2019 · 0 comments
Milestone

Comments

@roman-yagodin
Copy link
Member

roman-yagodin commented Jun 19, 2019

GetModuleByMoniker(string moniker, int portalId) method will help to locate modules by moniker, which will simplify configuration of extensions which require to address specific module instances (the "default module").

SQL equivalent:

select * from dbo.TabModuleSettings
    where SettingName = 'Moniker' and SettingValue = 'mymodule'

GetModulesByMoniker(Func<bool,string> match, int portalId) method will help to get set of modules which moniker value match certain criteria (e.g. same prefix).

@roman-yagodin roman-yagodin changed the title GetModuleByMoniker Get module by moniker Jun 19, 2019
@roman-yagodin roman-yagodin added this to the v0.14 milestone Jun 19, 2019
@roman-yagodin roman-yagodin modified the milestones: v0.14, Next Jan 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant