1

I am using C# programming language and want to define whether Office Web Apps installed on server in order to hide/show <SharePoint:MenuItemTemplate Text="Open in browser" />

My variant is as follows

bool b = File.Exists(@"C:\\Program Files\\Common Files\\Microsoft Shared\\Web Server Extensions\\14\TEMPLATE\\LAYOUTS\\WordViewer.aspx");

but I need something else... what is the correct method?

4

0 回答 0