| 1. |
What Does A Spwebapplication Object Represent? |
|
Answer» The SPWEBAPPLICATION objects represents a SharePoint Web Application, which ESSENTIALLY is an IIS VIRTUAL server. Using the class you can instigate high level operations, such as getting all the FEATURES of an entire Web Application instance, or doing high level creation operations like creating NEW Web Applications through code. The SPWebApplication objects represents a SharePoint Web Application, which essentially is an IIS virtual server. Using the class you can instigate high level operations, such as getting all the features of an entire Web Application instance, or doing high level creation operations like creating new Web Applications through code. |
|