Home
Library
Learn
Downloads
Support
Community
Sign in
|
United States - English
|
|
MSDN Library
Web Development
SharePoint Products and Technologies
SharePoint 2010
SDK Documentation
SharePoint 2010 Class Libraries and Web Service References
SharePoint Foundation 2010 Class Libraries
Core Class Library
Microsoft.SharePoint
SPList Class
SPList Properties
AlertTemplate Property
AllowContentTypes Property
AllowDeletion Property
AllowEveryoneViewItems Property
AllowMultiResponses Property
AllowRssFeeds Property
AnonymousPermMask Property
AnonymousPermMask64 Property
Audit Property
Author Property
BaseTemplate Property
BaseType Property
BrowserFileHandling Property
CalculationOptions Property
CanReceiveEmail Property
ContentTypes Property
ContentTypesEnabled Property
Created Property
CurrentChangeToken Property
DataSource Property
DefaultApprovalWorkflowId Property
DefaultContentApprovalWorkflowId Property
DefaultDisplayFormUrl Property
DefaultEditFormUrl Property
DefaultItemOpen Property
DefaultItemOpenUseListSetting Property
DefaultNewFormUrl Property
DefaultView Property
DefaultViewUrl Property
Description Property
DescriptionResource Property
Direction Property
DisableGridEditing Property
DraftVersionVisibility Property
EffectiveBasePermissions Property
EffectiveFolderPermissions Property
EmailAlias Property
EnableAssignToEmail Property
EnableAttachments Property
EnableDeployingList Property
EnableDeployWithDependentList Property
EnableFolderCreation Property
EnableMinorVersions Property
EnableModeration Property
EnablePeopleSelector Property
EnableResourceSelector Property
EnableSchemaCaching Property
EnableSyndication Property
EnableThrottling Property
EnableVersioning Property
EnforceDataValidation Property
EventReceivers Property
EventSinkAssembly Property
EventSinkClass Property
EventSinkData Property
ExcludeFromOfflineClient Property
ExcludeFromTemplate Property
FieldIndexes Property
Fields Property
FirstUniqueAncestorSecurableObject Property
Folders Property
ForceCheckout Property
Forms Property
HasExternalDataSource Property
Hidden Property
ID Property
ImageUrl Property
IrmEnabled Property
IrmExpire Property
IrmReject Property
IsApplicationList Property
IsSiteAssetsLibrary Property
IsThrottled Property
ItemCount Property
Items Property
LastItemDeletedDate Property
LastItemModifiedDate Property
Lists Property
ListViewWebPartKey Property
MajorVersionLimit Property
MajorWithMinorVersionsLimit Property
MobileDefaultDisplayFormUrl Property
MobileDefaultEditFormUrl Property
MobileDefaultNewFormUrl Property
MobileDefaultView Property
MobileDefaultViewUrl Property
MultipleDataList Property
NavigateForFormsPages Property
NoCrawl Property
OnQuickLaunch Property
Ordered Property
ParentWeb Property
ParentWebUrl Property
Permissions Property
PropertiesXml Property
ReadSecurity Property
RequestAccessEnabled Property
RestrictedTemplateList Property
ReusableAcl Property
RootFolder Property
RootWebOnly Property
SchemaXml Property
SchemaXmlInCurrentUICulture Property
SendToLocationName Property
SendToLocationUrl Property
ServerTemplateCanCreateFolders Property
ShowUser Property
SmsAlertTemplate Property
TemplateFeatureId Property
Title Property
TitleResource Property
UseFormsForDisplay Property
UserCustomActions Property
UserResources Property
ValidationFormula Property
ValidationMessage Property
Version Property
Views Property
WorkflowAssociations Property
WriteSecurity Property
Community Content
getting fields...
how can I get the fields of that...
More...
This topic has not yet been rated
-
Rate this topic
SPList
.
DefaultView Property
SharePoint 2010
Other Versions
Windows SharePoint Services 3
Gets the default view for the list.
Namespace:
Microsoft.SharePoint
Assembly:
Microsoft.SharePoint
(in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
C#
VB
Copy
public
SPView DefaultView {
get
; }
Property Value
Type:
Microsoft.SharePoint
.
SPView
An
SPView
object that represents the default view.
See Also
Reference
SPList Class
SPList Members
Microsoft.SharePoint Namespace
Did you find this helpful?
Yes
No
Not accurate
Not enough depth
Need more code examples
Tell us more...
(
1500
characters remaining)
Community Content
Add
FAQ
getting fields
how can I get the fields of that default view? thanks
History
1/30/2011
batchass