Share via


SharePointWebApplication Class

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects.CatalogObject
    Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects.SharePointWebApplication

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Class SharePointWebApplication _
    Inherits CatalogObject
public class SharePointWebApplication : CatalogObject
public ref class SharePointWebApplication : public CatalogObject
type SharePointWebApplication =  
    class 
        inherit CatalogObject 
    end
public class SharePointWebApplication extends CatalogObject

The SharePointWebApplication type exposes the following members.

Constructors

  Name Description
Public method SharePointWebApplication

Top

Properties

  Name Description
Public property AdminUrlService
Public property AdminUrlServiceLocation
Public property AllDependents
Public property CatalogNode (Inherited from CatalogObject.)
Public property CatalogNodeFullPath (Inherited from CatalogObject.)
Public property CatalogResourceIdentifier (Inherited from CatalogObject.)
Public property Context (Inherited from CatalogObject.)
Public property DefaultRelativePath
Public property DependentProjectPortals
Public property Description (Inherited from CatalogObject.)
Public property DisplayName (Inherited from CatalogObject.)
Public property DisplayPath (Inherited from CatalogObject.)
Public property FullyQualifiedUncPath
Public property FullyQualifiedUrl
Public property IsDefault (Inherited from CatalogObject.)
Public property Parent (Inherited from CatalogObject.)
Public property RootUrlService
Public property RootUrlServiceLocation
Public property RootUrlServiceLocationString
Public property SiteCreationUrl

Top

Methods

  Name Description
Public method As<T> (Inherited from CatalogObject.)
Protected method BuildDisplayPath (Inherited from CatalogObject.)
Protected method CreateCatalogObject<T> (Inherited from CatalogObject.)
Public method CreateChild<T>() (Inherited from CatalogObject.)
Public method CreateChild<T>(String) (Inherited from CatalogObject.)
Public method Delete (Inherited from CatalogObject.)
Public method DeleteChild (Inherited from CatalogObject.)
Public method DeleteChildren<T> (Inherited from CatalogObject.)
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method FindSharePointSites
Protected method GetChild<T> (Inherited from CatalogObject.)
Protected method GetChildCollection<T> (Inherited from CatalogObject.)
Protected method GetDependency<T> (Inherited from CatalogObject.)
Protected method GetDependencyCollection<T> (Inherited from CatalogObject.)
Protected method GetDependentsCollection<T> (Inherited from CatalogObject.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Protected method GetParent<T> (Inherited from CatalogObject.)
Protected method GetProperty<T> (Inherited from CatalogObject.)
Protected method GetServiceReference (Inherited from CatalogObject.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method Initialize (Inherited from CatalogObject.)
Public method Is<T> (Inherited from CatalogObject.)
Protected method LocationAsUrl (Inherited from CatalogObject.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method NotifyPropertyChanged (Inherited from CatalogObject.)
Protected method OnRefresh (Overrides CatalogObject.OnRefresh().)
Public method Preload() (Inherited from CatalogObject.)
Public method Preload(CatalogBulkData) (Inherited from CatalogObject.)
Protected method PreloadChild<T> (Inherited from CatalogObject.)
Protected method PreloadChildren<T> (Inherited from CatalogObject.)
Protected method QueryChild<T>(Boolean) (Inherited from CatalogObject.)
Protected method QueryChild<T>(Dictionary<String, String>, Boolean) (Inherited from CatalogObject.)
Protected method QueryChild<T>(String, Object, Boolean) (Inherited from CatalogObject.)
Protected method QueryChildren<T>(Boolean) (Inherited from CatalogObject.)
Protected method QueryChildren<T>(Dictionary<String, String>, Boolean) (Inherited from CatalogObject.)
Protected method QueryChildren<T>(String, Object, Boolean) (Inherited from CatalogObject.)
Protected method QueryDependents<T>() (Inherited from CatalogObject.)
Protected method QueryDependents<T>(Boolean, Boolean) (Inherited from CatalogObject.)
Protected method QueryParent<T> (Inherited from CatalogObject.)
Public method Refresh() (Inherited from CatalogObject.)
Public method Refresh(Boolean) (Inherited from CatalogObject.)
Public methodStatic member Register
Protected method Reset (Inherited from CatalogObject.)
Public method ResetServiceDefinitions
Protected method SetDependency<T> (Inherited from CatalogObject.)
Protected method SetProperty<T> (Inherited from CatalogObject.)
Protected method SetServiceRefence (Inherited from CatalogObject.)
Public method ToString (Inherited from CatalogObject.)

Top

Events

  Name Description
Public event PropertyChanged (Inherited from CatalogObject.)

Top

Fields

  Name Description
Public fieldStatic member ResourceTypeIdentifier

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects Namespace