| TransformationInfoProviderGetEditDeleteCode Method (Boolean, Boolean) | 
            Gets the aspx code for edit delete buttons
            
 
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntaxpublic 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: 
String
See Also