C# Class GSoft.Dynamite.Utils.CustomActionHelper

Utilities to manipulate a web's UserCustomActions collection
Afficher le fichier Open project: GSoft-SharePoint/Dynamite-2010

Méthodes publiques

Méthode Description
DeleteCustomAction ( SPWeb web, string actionName ) : void

Removes a custom action from a web

Private Methods

Méthode Description
GetCustomActionIdForName ( SPWeb web, string customActionName ) : string

Method Details

DeleteCustomAction() public méthode

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
Résultat void