The UserTrackerRightsSettings type exposes the following members.

Constructors

  NameDescription
Public methodUserTrackerRightsSettings
Initializes a new instance of the UserTrackerRightsSettings class for the current session user.

Methods

  NameDescription
Public methodChangeWatchedAttributes
Changes what attributes of the UserSettings are being watch.
(Inherited from UserSettings.)
Public methodChangeWatchedAttributesAsync
Asynchronously changes what attributes of the UserSettings are being watch.
(Inherited from UserSettings.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAttributeAsBool
Gets boolean value for the named attribute. A trueTruetruetrue (True in Visual Basic) boolean attribute has a string value. of "Yes".
(Inherited from UserSettings.)
Public methodGetAttributeAsString
Gets the values for the named attribute.
(Inherited from UserSettings.)
Public methodGetAttributeAsStrings
Gets the string values for the named attribute.
(Inherited from UserSettings.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsWatching()()()()
Determines whether a watch is active.
(Inherited from UserSettings.)
Public methodIsWatching(String)
Determines whether a watch is active and if the specified value is being watched.
(Inherited from UserSettings.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetAttributeFromBool
Sets attribute value and propagates the changes.
(Inherited from UserSettings.)
Public methodSetAttributeFromBoolAsync
Asynchronously sets attribute value and propagates the changes.
(Inherited from UserSettings.)
Public methodSetAttributeFromString
Sets the attribute value and propagates the changes.
(Inherited from UserSettings.)
Public methodSetAttributeFromStringAsync
Asynchronously sets the attribute value and propagates the changes.
(Inherited from UserSettings.)
Public methodSetAttributeFromStrings
Sets attribute value based on strings and propagates the changes.
(Inherited from UserSettings.)
Public methodSetAttributeFromStringsAsync
Asynchronously sets attribute value based on strings and propagates the changes.
(Inherited from UserSettings.)
Public methodStartWatching
Starts watching the specified attributeNames for these UserSettings.
(Inherited from UserSettings.)
Public methodStartWatchingAsync
Asynchronously starts watching the specified attributeNames for these UserSettings.
(Inherited from UserSettings.)
Public methodStopWatching
Stops watching user settings.
(Inherited from UserSettings.)
Public methodStopWatchingAsync
Asynchronously stops watching user settings.
(Inherited from UserSettings.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCanAddIndividuals
Gets the CanAddIndividuals value.
Public propertyCanAddOrganizations
Gets the CanAddOrganizations value.
Public propertyCanAddPrivateIndividuals
Gets the CanAddPrivateIndividuals value.
Public propertyCanDeleteIndividuals
Gets the CanDeleteIndividuals value.
Public propertyCanDeleteOrganizations
Gets the CanDeleteOrganizations value.
Public propertyCanPerformTrackerAdministration
Public propertyCanUpdateIndividuals
Gets the CanUpdateIndividuals value.
Public propertyCanUpdateInteractions
Gets the CanUpdateInteractions value.
Public propertyCanUpdateOrganizations
Gets the CanUpdateOrganizations value.
Public propertyCanUseRelatedInteractionsPage
Gets a value indicating whether this instance can use the related interactions page.
Public propertyCanViewNonParticipantInteractions
Public propertyViewUserInteractionHistory
Gets a value indicating which users' interaction history the user has permission to view.

Events

  NameDescription
Public eventWatchedAttributesChanged
Occurs when one of the watched attribute values has been changed.
(Inherited from UserSettings.)

See Also