TransformationInfoProviderGetEditDeleteCode Method (Boolean, Boolean) |
Gets the aspx code for edit delete buttons
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax public static string GetEditDeleteCode(
bool addedAutomatically,
bool addedByMacro
)
Parameters
- addedAutomatically
- Type: SystemBoolean
Indicates whether directive was added automatically - addedByMacro
- Type: SystemBoolean
Indicates whether directive was added by macro
Return Value
Type:
StringSee Also