creates a new TokenReplace object for custom context

Namespace: DotNetNuke.Services.Tokens
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public TokenReplace(
	Scope accessLevel,
	int moduleID
)
Visual Basic
Public Sub New ( 
	accessLevel As Scope,
	moduleID As Integer
)

Parameters

accessLevel
Type: DotNetNuke.Services.Tokens..::..Scope
Security level granted by the calling object
moduleID
Type: System..::..Int32
ID of the current module

See Also