C# Class SP.Maps.SPViewExtensions

Afficher le fichier Open project: vgrem/Blog-content

Méthodes publiques

Méthode Description
GetViewProperty ( this view, string name ) : string
SetViewProperty ( this view, string name, string value ) : void

Method Details

GetViewProperty() public static méthode

public static GetViewProperty ( this view, string name ) : string
view this
name string
Résultat string

SetViewProperty() public static méthode

public static SetViewProperty ( this view, string name, string value ) : void
view this
name string
value string
Résultat void