ICustomizationAction3 Interface Members
Public Methods
Public Method AddGroupAdds a user group to the list of user groups for which the current action is allowed.
Public Method RemoveGroupRemoves the specified user group from the list of groups for which the current action is allowed.
Public Properties
Public Property ActionPermissionTypeReturns the permission type according to the group mask.
Public Property GroupsA list of the user groups for which the current action is allowed.
Public Property IsGroupPermitedChecks if the group specified by the Group parameter has permission to perform the current action.
Public Property IsOwnerGroupChecks if the user group specified by the Group parameter is the owner of the current action.
Public Property IsTemplateChecks whether the customization item originated from the project template.
Public Property IsUserPermitedChecks if the user specified by the User parameter is permitted to perform the current action.
Public Property NameThe name of the action.
Public Property OwnerGroupThe user group that owns the action.
Public Property UpdatedIndicates if the object has been modified since last synchronized with server.
See Also