Члены SPListItem (Microsoft.SharePoint)

Represents an item or row in a list.

В следующих таблицах перечислены члены, предоставляемые типом SPListItem .

Открытые поля

(см. также Защищенные поля )

  Имя Описание
Открытое поле Статический InvalidItemId  Specifies an invalid item.(наследуется от SPItem)

Вверх

Защищенные поля

  Имя Описание
Защищенное поле m_Fields  Stores the field objects associated with the item.(наследуется от SPItem)

Вверх

Открытые свойства

  Имя Описание
Открытое свойство AllRolesForCurrentUser Gets the current user's role definitions for the item.
Открытое свойство Attachments Gets the collection of attachments that are associated with the item.
Открытое свойство Audit Gets the audit log that is associated with the item.
Открытое свойство BackwardLinks Returns the collection of links to the item.
Открытое свойство ContentType Gets the content type that is associated with the item.
Открытое свойство CopyDestinations Gets a list of URLs to which the item can be copied through the Службы Windows SharePoint Services user interface.
Открытое свойство CopyFieldMask Gets a field mask for a copied item.
Открытое свойство CopySource Gets the URL of the source item from which this item was copied, if the item results from a copy operation.
Открытое свойство DisplayName Gets the display name of the item.
Открытое свойство EffectiveBasePermissions Gets the current user’s effective base permissions on the item, including group membership and policies.
Открытое свойство Fields Переопределено. Gets or sets the collection of all fields in the parent of the item.
Открытое свойство File Gets the file that is represented by the item from a document library.
Открытое свойство FileSystemObjectType Gets or sets the file system object type for the item.
Открытое свойство FirstUniqueAncestor Returns the item itself if it has unique role assignments; otherwise, returns the first parent object (folder, list, or Web site) that has unique role assignments.
Открытое свойство Folder Gets a folder object that is associated with a folder item.
Открытое свойство ForwardLinks Gets a collection of hyperlinks that are associated with the item; for example, the hyperlinks in a URL field or rich text field.
Открытое свойство HasPublishedVersion Gets a Boolean value that specifies whether a published version of the item exists.
Открытое свойство HasUniqueRoleAssignments Gets a Boolean value that specifies whether the item has unique security or inherits its role assignments from a parent object.
Открытое свойство ID Переопределено. Gets the integer that identifies the item.
Открытое свойство Item Перегружено. Gets or sets the value that is contained by the specified field.
Открытое свойство Level Gets the level of publication for the item.
Открытое свойство ListItems Gets the parent collection of list item objects to which the item belongs.
Открытое свойство MissingRequiredFields Gets a Boolean value that specifies whether required fields are missing from the item's properties.
Открытое свойство ModerationInformation Gets Content Approval information for the item, including the status and comment.
Открытое свойство Name Gets the name of the item.
Открытое свойство ParentList Gets the parent list of the list item.
Открытое свойство Properties Gets metadata for the item.
Открытое свойство RecurrenceID Returns the identifier (ID) of an instance of a recurrent item.
Открытое свойство ReusableAcl Gets an opaque object that represents the raw access control list (ACL) information for the item.
Открытое свойство RoleAssignments Gets the collection of role assignments for the list item.
Открытое свойство ServerRedirected Gets a Boolean value that indicates whether users who do not have access to view the item, or who do not have the appropriate client application installed, are redirected to server-side rendering of the item when they click a link to view it.
Открытое свойство Tasks Gets the collection of workflow tasks for the item.
Открытое свойство Title Gets the title of the item.
Открытое свойство UniqueId Gets the GUID that uniquely identifies the item for the internal database.
Открытое свойство Url Gets the site-relative URL of the item.
Открытое свойство Versions Gets the collection of item version objects that represent the versions of the item.
Открытое свойство Web Gets the Web site that is associated with the list item.
Открытое свойство Workflows Gets the collection of the workflow objects that represent instances of the item workflows that are currently running, but does not get the workflow associations.
Открытое свойство Xml Gets the data that is contained in the list item in XMLDATA format.

Вверх

Открытые методы

(см. также Защищенные методы )

  Имя Описание
Общий метод BreakRoleInheritance Creates unique role assignments for the item rather than inheriting them from a parent.
Общий метод CheckPermissions Determines whether the current user has the specified set of rights, and if not, throws UnauthorizedAccessException.
Общий метод Статический Copy Перегружено. Copies an item.
Общий метод CopyFrom Перегружено. Overwrites the current item.
Общий метод CopyTo Copies the item to the specified destination.
Общий метод Delete Переопределено. Deletes the item.
Общий метод DoesUserHavePermissions Перегружено. Checks whether the user has the specified permissions to an item.
Общий метод EnsureWorkflowInformation Перегружено. Checks the item's workflow information and, if necessary, updates it to ensure that the most current information is used.
Общий метод Equals  Перегружено. (наследуется от Object)
Общий метод GetFormattedValue Returns the specified field value, including formatting.
Общий метод GetHashCode  (наследуется от Object)
Общий метод GetType  (наследуется от Object)
Общий метод GetUserEffectivePermissionInfo Gets detailed information about the effective permissions that a specified user has on the list item and the role assignments related to this user at this scope.
Общий метод GetUserEffectivePermissions Gets the effective permissions that a specified user has on the list item.
Общий метод Recycle Recycles the item and returns the item's GUID.
Общий метод Статический ReferenceEquals  (наследуется от Object)
Общий метод ReplaceLink Replaces all instances of a specified link in the list item with a new link.
Общий метод ResetRoleInheritance Removes the local role assignments and reverts to role assignments from the parent object.
Общий метод SystemUpdate Перегружено. Updates the database with changes that are made to the list item, without effecting changes in the Modified Time or Modified By fields.
Общий метод ToString  (наследуется от Object)
Общий метод UnlinkFromCopySource Clears the source item URL if the item results from a copy operation.
Общий метод Update Переопределено. Updates the database with changes that are made to the list item.
Общий метод UpdateOverwriteVersion Updates the item without creating another version of the item.

Вверх

Защищенные методы

  Имя Описание
Защищенный метод Finalize  (наследуется от Object)
Защищенный метод MemberwiseClone  (наследуется от Object)

Вверх

См. также

Ссылка

Класс SPListItem
Пространство имен Microsoft.SharePoint