BCUser MethodsMeridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
The BCUser type exposes the following members.
Methods

  NameDescription
Public methodAddAccount
Adds a Windows account to associate with the user.
Public methodAddEMail
Adds an email to the user.
Public methodAddToGroup(Int32)
Adds the user to the specified group.
Public methodAddToGroup(String)
Adds the user to the specified group.
Public methodCommit
Commits all the changes made to the user.
Public methodDeleteAccount
Deletes the specified Windows account associated with the user.
Public methodDeleteAllAccounts
Deletes all Windows accounts associated with the user.
Public methodDeleteAllEMails
Deletes all emails of the user.
Public methodDeleteEMail
Deletes the specified email of the user.
Public methodDispose
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnDispose
The method is called on the Dispose  method call. Derived classes should override the method to perform custom disposing.
(Inherited from DisposableObject.)
Public methodRemoveFromGroup(Int32)
Removes the user from the specified user group.
Public methodRemoveFromGroup(String)
Removes the user from the specified group.
Public methodRollback
Revokes any changes made to the user.
Protected methodThrowIfDisposed
Throws the OnlineObjectDisposedException exception if the underlying object has been disposed.
(Inherited from DisposableObject.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Public methodUpdate Obsolete.
Commits all the changes made to the user.
Public methodUpdate(Boolean)Obsolete.
Commits or revokes all the changes made to the user.
Back to Top
See Also