The ISiteManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Authenticate |
Authenticate a user. A wrapper-call to the LicenseManagerBase's Authenticate method.
|
![]() | CreateObject<(Of <<'(T>)>>) |
Create a new object by generic type.
|
![]() | DeleteObject<(Of <<'(T>)>>) |
Delete a object of a generic type.
|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | GetManager<(Of <<'(T>)>>) |
Gets a Manager
|
![]() | GetManagerByCartellaObjectType<(Of <<'(T>)>>) |
Gets a Manager
|
![]() | GetManagerForObjectType |
Gets a Manager
|
![]() | RecentGlobalActivity |
Returns a collection of Entities, Comments, Votes, Users, and Connections
that represent recent activity
|
![]() | SelectSingleEntity |
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.
|
![]() | SelectSingleObject<(Of <<'(T>)>>) |
Select a single object of generic type.
|
![]() | TryGetCurrentUserId |
Try to get the current user ID string.
|
![]() | UnAuthenticate |
Unauthenticate a user. A wrapper call to LicenseManagerBase's Unauthenticate method
|