Click or drag to resize
TransformationInfoProviderGetEditDeleteCode Method (Boolean, Boolean, EditModeButtonEnum)
Gets the aspx code for edit delete buttons

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static string GetEditDeleteCode(
	bool addedAutomatically,
	bool addedByMacro,
	EditModeButtonEnum mode
)

Parameters

addedAutomatically
Type: SystemBoolean
Indicates whether directive was added automatically
addedByMacro
Type: SystemBoolean
Indicates whether directive was added by macro
mode
Type: CMS.PortalEngineEditModeButtonEnum
Edit buttons mode

Return Value

Type: String
See Also