C# 클래스 SP.Maps.SPViewExtensions

파일 보기 프로젝트 열기: vgrem/Blog-content

공개 메소드들

메소드 설명
GetViewProperty ( this view, string name ) : string
SetViewProperty ( this view, string name, string value ) : void

메소드 상세

GetViewProperty() 공개 정적인 메소드

public static GetViewProperty ( this view, string name ) : string
view this
name string
리턴 string

SetViewProperty() 공개 정적인 메소드

public static SetViewProperty ( this view, string name, string value ) : void
view this
name string
value string
리턴 void