Click or drag to resize
SharePointViewAttributes Property
Provides access to the collection of <View> element attributes. Attributes which are not contained in the collection have their default meaning. Access to some attributes is provided via short hand properties.

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 9.0.0
Syntax
C#
public Dictionary<string, string> Attributes { get; }

Property Value

Type: DictionaryString, String
Remarks
For informational list of possible attributes see http://msdn.microsoft.com/en-us/library/office/ms438338(v=office.14).aspx Please note that the actual recognized attributes are service type and version dependent and each implementing ISharePointService may handle them differently.
See Also