summaryM:DotNetNuke.Services.Tokens.BaseTokenReplace.replacedTokenValue(System.String,System.String,System.String)

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

Syntax

C#
protected abstract string replacedTokenValue(
	string objectName,
	string propertyName,
	string format
)
Visual Basic
Protected MustOverride Function replacedTokenValue ( 
	objectName As String,
	propertyName As String,
	format As String
) As String

Parameters

objectName
Type: System..::..String
paramobjectNameM:DotNetNuke.Services.Tokens.BaseTokenReplace.replacedTokenValue(System.String,System.String,System.String)
propertyName
Type: System..::..String
parampropertyNameM:DotNetNuke.Services.Tokens.BaseTokenReplace.replacedTokenValue(System.String,System.String,System.String)
format
Type: System..::..String
paramformatM:DotNetNuke.Services.Tokens.BaseTokenReplace.replacedTokenValue(System.String,System.String,System.String)

Return Value

returnsM:DotNetNuke.Services.Tokens.BaseTokenReplace.replacedTokenValue(System.String,System.String,System.String)

See Also