The ISiteManager type exposes the following members.

Methods

  NameDescription
Public methodAuthenticate
Authenticate a user. A wrapper-call to the LicenseManagerBase's Authenticate method.
Public methodCreateObject<(Of <<'(T>)>>)
Create a new object by generic type.
Public methodDeleteObject<(Of <<'(T>)>>)
Delete a object of a generic type.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetManager<(Of <<'(T>)>>)
Gets a Manager
Public methodGetManagerByCartellaObjectType<(Of <<'(T>)>>)
Gets a Manager
Public methodGetManagerForObjectType
Gets a Manager
Public methodRecentGlobalActivity
Returns a collection of Entities, Comments, Votes, Users, and Connections that represent recent activity
Public methodSelectSingleEntity
Selects a single entity. This method does not check security permissions. Once an entity is selected it should be validated through SecurityManager using the [!:FilterEntityIdsByUser] method.
Public methodSelectSingleObject<(Of <<'(T>)>>)
Select a single object of generic type.
Public methodTryGetCurrentUserId
Try to get the current user ID string.
Public methodUnAuthenticate
Unauthenticate a user. A wrapper call to LicenseManagerBase's Unauthenticate method

See Also