Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public override string GetRedirectUrl(
	Func<string, string, Object, string> actionControllerInfoToUrl,
	string objId,
	SettingsViewType viewType,
	string objectType,
	IFolio folio
)
Visual Basic
Public Overrides Function GetRedirectUrl ( _
	actionControllerInfoToUrl As Func(Of String, String, Object, String), _
	objId As String, _
	viewType As SettingsViewType, _
	objectType As String, _
	folio As IFolio _
) As String
Visual C++
public:
virtual String^ GetRedirectUrl(
	Func<String^, String^, Object^, String^>^ actionControllerInfoToUrl, 
	String^ objId, 
	SettingsViewType viewType, 
	String^ objectType, 
	IFolio^ folio
) override

Parameters

actionControllerInfoToUrl
Type: System..::..Func<(Of <(<'String, String, Object, String>)>)>
objId
Type: System..::..String
viewType
Type: Cartella.Models..::..SettingsViewType
objectType
Type: System..::..String
folio
Type: Cartella.Interfaces..::..IFolio

See Also