SPSecurityEventProperties members
Contains the properties of security events.
The SPSecurityEventProperties type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Cancel | Obsolete. Gets or sets a Boolean value that indicates whether to cancel the event. (Inherited from SPEventPropertiesBase.) |
![]() |
ErrorMessage | Gets or sets the error message that Microsoft SharePoint Foundation displays when an event is cancelled. (Inherited from SPEventPropertiesBase.) |
![]() |
EventType | Gets the type of the event. (Inherited from SPEventPropertiesBase.) |
![]() |
EventUserToken | Represents the current user at the time the specified event is fired. (Inherited from SPEventPropertiesBase.) |
![]() |
GroupId | Gets the identifier of the security group for this event. |
![]() |
GroupName | Gets the name of the security group for this event. |
![]() |
GroupNewOwnerId | Gets the identifier of the new owner of the security group for this event. |
![]() |
GroupOwnerId | Gets the identifier of the owner of the security group for this event. |
![]() |
GroupUserId | Gets the identifier of the user to whom this event applies. |
![]() |
GroupUserLoginName | Gets the login name of the user to whom this event applies. |
![]() |
ObjectType | Gets the type of the object that this event applies to. |
![]() |
OriginatingUserToken | Gets the token of the user who makes the request. (Inherited from SPEventPropertiesBase.) |
![]() |
PrincipalId | Gets the identifier of the user or security group that this event applies to. |
![]() |
ReceiverData | Gets a string that contains data about the event. (Inherited from SPEventPropertiesBase.) |
![]() |
RedirectUrl | Obsolete. A URL to redirect to when the status of SPEventReceiverStatus is CancelWithRedirectUrl. (Inherited from SPEventPropertiesBase.) |
![]() |
RoleDefinitionId | Gets the identifier of the role definition for this event. |
![]() |
RoleDefinitionName | Gets the name of the role definition for this event. |
![]() |
RoleDefinitionPermissions | Gets the security permissions of the role definition for this event. |
![]() |
ScopeUrl | Gets the relative URL of the object that this event applies to. |
![]() |
SiteId | Gets the site ID of the event. (Inherited from SPEventPropertiesBase.) |
![]() |
Status | Gets or sets the status of trapping the event. (Inherited from SPEventPropertiesBase.) |
![]() |
UserDisplayName | Gets the display name of the current user. |
![]() |
UserLoginName | Gets the login name of the current user. |
![]() |
Web | Gets an SPWeb object that represents the site where the event was triggered. |
![]() |
WebFullUrl | Gets the full URL of the current web where the event occurs. |
![]() |
WebId | Gets the identifier of the current web where the event occurs. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Dispose | Disposes the SPSite and SPWeb objects that were opened. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top