AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

CMSBaseUserControl..::..getModuleByID Method

Gets the module by identifier.

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

Syntax


public Module getModuleByID(
	int domainId,
	int languageId,
	Nullable<Guid> masterId,
	Nullable<int> id
)

Parameters

domainId
Type: Int32
The domain identifier.
languageId
Type: Int32
The language identifier.
masterId
Type: Nullable<(Of <(<'Guid>)>)>
The master identifier.
id
Type: Nullable<(Of <(<'Int32>)>)>
The identifier.

Return Value

Module.