C# 클래스 GSoft.Dynamite.Utils.CustomActionHelper

Utilities to manipulate a web's UserCustomActions collection
파일 보기 프로젝트 열기: GSoft-SharePoint/Dynamite-2010

공개 메소드들

메소드 설명
DeleteCustomAction ( SPWeb web, string actionName ) : void

Removes a custom action from a web

비공개 메소드들

메소드 설명
GetCustomActionIdForName ( SPWeb web, string customActionName ) : string

메소드 상세

DeleteCustomAction() 공개 메소드

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
리턴 void