ICustomizationAction2 Interface
Description
Represents a type of user action. Actions are listed in the AC_ACTION_NAME field of the Actions table.
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 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