AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageCommonBasePage..::..Modules Method

Loads the full module list for the given domain via CMSAdminEngine. All exceptions are swallowed and an empty list is returned on failure.

Namespace:  AdvantageCMS.Core.Common.BaseClasses
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public List<Module> Modules(
	int domainId
)

Parameters

domainId
Type: Int32
The domain identifier whose modules should be returned.

Return Value

The list of Module objects for the domain, or an empty list if the lookup failed.

See Also


AdvantageCommonBasePage