TransformationInfoProviderGetEditDeleteCode Method |
Gets the aspx code for edit delete buttons
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 12.0.0
Syntax 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:
StringSee Also