adding Enterprise Voice for Lync2013

This commit is contained in:
dev_amdtel 2013-08-09 17:42:25 +04:00
parent 0bc9187cf4
commit 3a538e5f16
3 changed files with 155 additions and 7 deletions

View file

@ -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>