adding Enterprise Voice for Lync2013
This commit is contained in:
parent
0bc9187cf4
commit
3a538e5f16
3 changed files with 155 additions and 7 deletions
|
@ -134,6 +134,11 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
ReloadConfigurationInternal();
|
||||
}
|
||||
|
||||
public virtual string[] GetPolicyList(LyncPolicyType type, string name)
|
||||
{
|
||||
return GetPolicyListInternal(type, name);
|
||||
}
|
||||
|
||||
public override bool IsInstalled()
|
||||
{
|
||||
bool bResult = false;
|
||||
|
@ -209,6 +214,11 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
internal virtual string[] GetPolicyListInternal(LyncPolicyType type, string name)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
#region PowerShell integration
|
||||
|
||||
/// <summary> Opens runspace.</summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue