Interface ICompanyService
Gets company information.
Namespace: DirectScale.Disco.Extension.Services
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public interface ICompanyService
Methods
GetCompany()
Gets company information.
Declaration
Task<Company> GetCompany()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<Company> | Company details. |
GetReplicatedSiteUrl()
Gets the url set for replicated sites.
Declaration
Task<string> GetReplicatedSiteUrl()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.String> |
See Also
GetRootURL()
Gets the root url set.
Declaration
Task<string> GetRootURL()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.String> |