List 成员
Represents a list on a SharePoint Web site.
List 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
List | Initializes a new instance of the List object. |
页首
属性
名称 | 说明 | |
---|---|---|
AllowContentTypes | Gets a value that specifies whether the list supports content types. | |
BaseTemplate | Gets the list definition type on which the list is based. | |
BaseType | Gets the base type for the list. | |
BrowserFileHandling | Gets a value that specifies the override of the web application’s BrowserFileHandling property at the list level. | |
ContentTypes | Gets the content types that are associated with the list. | |
ContentTypesEnabled | Gets or sets a value that specifies whether content types are enabled for the list. | |
Context | Returns the context that is associated with the client object. (从 ClientObject 继承。) | |
CrawlNonDefaultViews | ||
CreatablesInfo | ||
Created | Gets a value that specifies when the list was created. | |
CurrentChangeToken | ||
CustomActionElements | ||
DataSource | Gets the data source associated with the list, or 空引用(无 在 Visual Basic 中) if the list is not a virtual list. | |
DefaultContentApprovalWorkflowId | Gets or sets a value that specifies the default workflow identifier for content approval on the list. | |
DefaultDisplayFormUrl | Gets or sets a value that specifies the location of the default display form for the list. | |
DefaultEditFormUrl | Gets or sets a value that specifies the URL of the edit form to use for list items in the list. | |
DefaultNewFormUrl | Gets or sets a value that specifies the location of the default new form for the list. | |
DefaultView | ||
DefaultViewUrl | Gets the URL of the default view for the list. | |
Description | Gets or sets a value that specifies the description of the list. | |
DescriptionResource | ||
Direction | Gets or sets a value that specifies the reading order of the list. | |
DocumentTemplateUrl | Gets or sets a value that specifies the server-relative URL of the document template for the list. | |
DraftVersionVisibility | Gets or sets a value that specifies the minimum permission required to view minor versions and drafts within the list. | |
EffectiveBasePermissions | Gets a value that specifies the effective permissions on the list that are assigned to the current user. | |
EffectiveBasePermissionsForUI | ||
EnableAttachments | Gets or sets a value that specifies whether list item attachments are enabled for the list. | |
EnableFolderCreation | Gets or sets a value that specifies whether new list folders can be added to the list. | |
EnableMinorVersions | Gets or sets a value that specifies whether minor versions are enabled for the list. | |
EnableModeration | Gets or sets a value that specifies whether content approval is enabled for the list. | |
EnableVersioning | Gets or sets a value that specifies whether historical versions of list items and documents can be created in the list. | |
EntityTypeName | ||
EventReceivers | ||
Fields | Gets a value that specifies the collection of all fields in the list. | |
FileSavePostProcessingEnabled | ||
FirstUniqueAncestorSecurableObject | Gets the object where role assignments for this object are defined. (从 SecurableObject 继承。) | |
ForceCheckout | ||
Forms | Gets a value that specifies the collection of all list forms in the list. | |
HasExternalDataSource | Gets a value that specifies whether the list is an external list. | |
HasUniqueRoleAssignments | Gets a value that specifies whether the role assignments are uniquely defined for this securable object or inherited from a parent securable object. (从 SecurableObject 继承。) | |
Hidden | Gets or sets a Boolean value that specifies whether the list is hidden. | |
Id | Gets the GUID that identifies the list in the database. | |
ImageUrl | Gets a value that specifies the URI for the icon of the list. | |
InformationRightsManagementSettings | ||
IrmEnabled | ||
IrmExpire | ||
IrmReject | ||
IsApplicationList | Gets or sets a value that specifies a flag that a client application can use to determine whether to display the list. | |
IsCatalog | Gets a value that specifies whether the list is a gallery. | |
IsPrivate | ||
IsSiteAssetsLibrary | ||
ItemCount | Gets a value that specifies the number of list items in the list. | |
LastItemDeletedDate | Gets a value that specifies the last time a list item was deleted from the list. | |
LastItemModifiedDate | Gets a value that specifies the last time a list item, field, or property of the list was modified. | |
ListItemEntityTypeFullName | ||
MajorVersionLimit | ||
MajorWithMinorVersionsLimit | ||
MultipleDataList | ||
NoCrawl | Gets or sets a value that specifies that the crawler must not crawl the list. | |
ObjectData | Gets the object data for the current client object. (从 ClientObject 继承。) | |
ObjectVersion | Gets a string that indicates the version of the current client object. 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientObject 继承。) | |
OnQuickLaunch | Gets or sets a value that specifies whether the list appears on the Quick Launch of the site. | |
ParentWeb | Gets a value that specifies the site that contains the list. | |
ParentWebUrl | Gets a value that specifies the server-relative URL of the site that contains the list. | |
ParserDisabled | ||
Path | Tracks how a client object is created in the ClientRuntimeContext class so that the object can be recreated on the server. 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientObject 继承。) | |
RoleAssignments | Gets the role assignments for the securable object. (从 SecurableObject 继承。) | |
RootFolder | Gets the root folder that contains the files in the list and any related files. | |
SchemaXml | Gets a value that specifies the list schema of the list. | |
ServerObjectIsNull | Gets the server object and returns null if the server object is null. (从 ClientObject 继承。) | |
ServerTemplateCanCreateFolders | ||
Tag | Gets or sets data that is associated with the client object. (从 ClientObject 继承。) | |
TemplateFeatureId | Gets a value that specifies the feature identifier of the feature that contains the list schema for the list. | |
Title | Gets or sets the displayed title for the list. | |
TitleResource | ||
TypedObject | Gets the object with the correct type information returned from the server. (从 ClientObject 继承。) | |
UserCustomActions | Gets a value that specifies the collection of all user custom actions for the list. | |
ValidationFormula | Gets or sets a value that specifies the data validation criteria for a list item. | |
ValidationMessage | Gets or sets a value that specifies the error message returned when data validation fails for a list item. | |
Views | Gets a value that specifies the collection of all public views on the list and personal views of the current user on the list. | |
WorkflowAssociations | Gets a value that specifies the collection of all workflow associations for the list. |
页首
方法
名称 | 说明 | |
---|---|---|
AddItem | Creates a new list item in the list. | |
BreakRoleInheritance | Creates unique role assignments for the securable object. (从 SecurableObject 继承。) | |
CheckUninitializedProperty | Checks to determine whether the specified value type property of a ClientObject has been initialized. (从 ClientObject 继承。) | |
CreateDocument | ||
CreateDocumentAndGetEditLink | ||
CreateDocumentFromTemplate | ||
CreateDocumentFromTemplateBytes | ||
CreateDocumentFromTemplateStream | ||
CreateDocumentWithDefaultName | ||
CustomFromJson | Returns a Boolean value that indicates whether custom code was used to populate an object. 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientObject 继承。) | |
DeleteObject | Deletes the list. | |
FromJson | Indicates whether custom code was used to populate an object. 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientObject 继承。) | |
GetChanges | Returns the collection of changes from the change log that have occurred within the list, based on the specified query. | |
GetItemById(Int32) | Returns the list item with the specified list item identifier. | |
GetItemById(String) | ||
GetItems | Returns a collection of items from the list based on the specified query. | |
GetRelatedFields | Returns a collection of lookup fields that use this list as a data source and that have FieldLookup.IsRelationship set to true. | |
GetSpecialFolderUrl | ||
GetUserEffectivePermissions | ||
GetView | Returns the list view with the specified view identifier. | |
GetWebDavUrl | ||
InitNonPropertyFieldFromJson | Initializes a non-property field of the client object based on JavaScript 对象表示法 (JSON) data from the server. 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientObject 继承。) | |
InitOnePropertyFromJson | (覆盖 SecurableObject.InitOnePropertyFromJson(String, JsonReader)。) | |
IsObjectPropertyInstantiated | Indicates whether the specified property of the client object is instantiated. (从 ClientObject 继承。) | |
IsPropertyAvailable | Returns a Boolean value that indicates whether the specified scalar property has been retrieved or set. (从 ClientObject 继承。) | |
LoadExpandoFields | Initializes the extended properties associated with the client object when overridden in a derived class. (从 ClientObject 继承。) | |
Recycle | Moves the list to the Recycle Bin and returns the identifier of the new Recycle Bin item. | |
RefreshLoad | Reloads all scalar properties associated with the client object when overridden in a derived class. (从 ClientObject 继承。) | |
RemoveFromParentCollection | Removes the current client object from the parent client object collection. (从 ClientObject 继承。) | |
RenderExtendedListFormData | ||
RenderListContextMenuData | ||
RenderListData | ||
RenderListDataAsStream | ||
RenderListFilterData | ||
RenderListFormData | ||
ReserveListItemId | ||
ResetRoleInheritance | When implemented in a derived class, removes local role assignments so that role assignments, for all descendant objects, are re-inherited from the parent object. (从 SecurableObject 继承。) | |
Retrieve() | Retrieves all scalar properties associated with the object. 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientObject 继承。) | |
Retrieve([]) | Retrieves the specified scalar properties associated with the object. 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientObject 继承。) | |
SaveAsNewView | ||
ToString | (从 Object 继承。) | |
Update | Updates the database with changes that are made to the list. | |
UpdateClientObjectPropertyType | Updates the client object property's value to have correct type by using the type information returned from the server. (从 ClientObject 继承。) |
页首