C# 클래스 AL.Sharepoint.Core.Utils.SPUtils

파일 보기 프로젝트 열기: Almond-Labs/SP2013-Starter

공개 메소드들

메소드 설명
ElevatedListOp ( string webUrl, string listName, Action op ) : void
ElevatedQueryOp ( string webUrl, string listName, Action op ) : void
ListOp ( string webUrl, string listName, Action listOp ) : void
ListOpElevated ( string webUrl, string listName, Action listOp ) : void
SiteOp ( string siteUrl, Action op ) : void
SiteOpElevated ( string siteUrl, Action op ) : void
WebOp ( string webUrl, Action op ) : void
WebOpElevated ( string webUrl, Action op ) : void

메소드 상세

ElevatedListOp() 공개 정적인 메소드

public static ElevatedListOp ( string webUrl, string listName, Action op ) : void
webUrl string
listName string
op Action
리턴 void

ElevatedQueryOp() 공개 정적인 메소드

public static ElevatedQueryOp ( string webUrl, string listName, Action op ) : void
webUrl string
listName string
op Action
리턴 void

ListOp() 공개 정적인 메소드

public static ListOp ( string webUrl, string listName, Action listOp ) : void
webUrl string
listName string
listOp Action
리턴 void

ListOpElevated() 공개 정적인 메소드

public static ListOpElevated ( string webUrl, string listName, Action listOp ) : void
webUrl string
listName string
listOp Action
리턴 void

SiteOp() 공개 정적인 메소드

public static SiteOp ( string siteUrl, Action op ) : void
siteUrl string
op Action
리턴 void

SiteOpElevated() 공개 정적인 메소드

public static SiteOpElevated ( string siteUrl, Action op ) : void
siteUrl string
op Action
리턴 void

WebOp() 공개 정적인 메소드

public static WebOp ( string webUrl, Action op ) : void
webUrl string
op Action
리턴 void

WebOpElevated() 공개 정적인 메소드

public static WebOpElevated ( string webUrl, Action op ) : void
webUrl string
op Action
리턴 void