Click or drag to resize
TransformationInfoProviderGetEditDeleteCode Method
Gets the aspx code for edit delete buttons

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

Parameters

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

Return Value

Type: String
See Also