C# Class SP.Maps.SPViewExtensions

Datei anzeigen Open project: vgrem/Blog-content

Public Methods

Method Description
GetViewProperty ( this view, string name ) : string
SetViewProperty ( this view, string name, string value ) : void

Method Details

GetViewProperty() public static method

public static GetViewProperty ( this view, string name ) : string
view this
name string
return string

SetViewProperty() public static method

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