C# Class GSoft.Dynamite.Utils.CustomActionHelper

Utilities to manipulate a web's UserCustomActions collection
Mostrar archivo Open project: GSoft-SharePoint/Dynamite-2010

Public Methods

Method Description
DeleteCustomAction ( SPWeb web, string actionName ) : void

Removes a custom action from a web

Private Methods

Method Description
GetCustomActionIdForName ( SPWeb web, string customActionName ) : string

Method Details

DeleteCustomAction() public method

Removes a custom action from a web
public DeleteCustomAction ( SPWeb web, string actionName ) : void
web SPWeb The SharePoint web
actionName string The ID for the custom action
return void