SPSimpleItem Members
Include Protected Members
Include Inherited Members
Provides methods to add, modify, or delete a simple list item and the fields associated with that item.
The SPSimpleItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPSimpleItem(SPFieldCollection, []) | Initializes a new instance of the SPSimpleItem class with the specified fields and their values. |
![]() |
SPSimpleItem(SPFieldCollection, String) | Initializes a new instance of the SPSimpleItem class with the specified fields and their values. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AllRolesForCurrentUser | Gets a full list of role definitions on the object to which the current user belongs on this scope. (Inherited from SPSecurableObject.) |
![]() |
EffectiveBasePermissions | Reserved for future use. (Inherited from SPItem.) |
![]() |
Fields | Gets or sets the collection of fields for metadata associated with the item. (Inherited from SPItem.) |
![]() |
FirstUniqueAncestor | Obsolete. Use the FirstUniqueAncestorSecurableObject property instead. (Inherited from SPSecurableObject.) |
![]() |
FirstUniqueAncestorSecurableObject | Reserved for future use. (Inherited from SPItem.) |
![]() |
HasUniqueRoleAssignments | Indicates whether the object has unique role assignments or inherits its role assignments from a parent object. (Inherited from SPSecurableObject.) |
![]() |
ID | Gets or sets the ID of the item. (Inherited from SPItem.) |
![]() |
Item[Int32] | Gets or sets the value of the list item field based on the specified index value. (Overrides SPItem.Item[Int32].) |
![]() |
Item[String] | Gets or sets the value of the list item field based on the name of the field. (Overrides SPItem.Item[String].) |
![]() |
ReusableAcl | Reserved for future use. (Inherited from SPItem.) |
![]() |
RoleAssignments | Gets the role assignments for this securable object. (Inherited from SPSecurableObject.) |
![]() |
Xml | Gets the values, in XML format, of the fields associated with the list item. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
BreakRoleInheritance(Boolean) | Creates unique role assignments for the object and optionally copies role assignments from the parent. (Inherited from SPSecurableObject.) |
![]() |
BreakRoleInheritance(Boolean, Boolean) | Creates unique role assignments for the object, optionally copies role assignments from the parent, and optionally clears unique role assignments from descendants. (Inherited from SPSecurableObject.) |
![]() |
CheckPermissions | Determines whether the current user has a specified set of permissions. (Inherited from SPSecurableObject.) |
![]() |
Delete | Deletes the specified item, its field collection, and associated field data. (Overrides SPItem.Delete().) |
![]() |
DoesUserHavePermissions | Indicates whether the current user has a specified set of permissions. (Inherited from SPSecurableObject.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
GetUserEffectivePermissionInfo | Reserved for future use. (Inherited from SPItem.) |
![]() |
GetUserEffectivePermissions | Reserved for future use. (Inherited from SPItem.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ResetRoleInheritance | Removes local role assignments and inherits role assignments from the parent object. (Inherited from SPSecurableObject.) |
![]() |
ToHashtable | Creates an indexed table for efficient lookup of the value of the specified field. |
![]() |
ToString | (Inherited from Object.) |
![]() |
Update | Updates the specified item, its field collection, and associated field data. (Overrides SPItem.Update().) |
Top
Fields
Name | Description | |
---|---|---|
![]() |
m_Fields | Stores the field objects associated with the item. (Inherited from SPItem.) |
Top