SitesClient
Client for interacting with the Sites Manager service....
Declaration
public class SitesClient : IDisposableSummary
Client for interacting with the Sites Manager service. Provides methods to query organizational hierarchy data including users, organizations, sites, and assets.
Constructors
public SitesClient()
Methods
| Name | Type | Summary |
|---|---|---|
| Dispose | void | - |
| async RequestAssetInfoAsync | Task<AssetResult> | - |
| async RequestAssetsForSiteAsync | Task<AssetResult> | - |
| async RequestOrganizationInfoAsync | Task<OrganizationResult> | - |
| async RequestOrganizationsForUserAsync | Task<OrganizationResult> | - |
| async RequestSelfUserInfoAsync | Task<UserResult> | - |
| async RequestSiteInfoAsync | Task<SiteResult> | - |
| async RequestSitesForOrganizationAsync | Task<SiteResult> | - |
| async RequestUserInfoAsync | Task<UserResult> | - |
Relationships
implements: System.IDisposable