You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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").
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).
The text was updated successfully, but these errors were encountered:
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:
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).The text was updated successfully, but these errors were encountered: