AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantagePageTemplate..::..DomainModule_getModuleByID Method

Domains the module get module by identifier.

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

Syntax


protected Module DomainModule_getModuleByID(
	Nullable<Guid> masterId,
	Nullable<int> id
)

Parameters

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

Return Value

Module.