SPSitePipeBind Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the SPSitePipeBind class based on the parameters that are supplied.
Overload List
Name | Description | |
---|---|---|
SPSitePipeBind(SPSite) | Initializes a new instance of the SPSitePipeBind class using the specified site collection. | |
SPSitePipeBind(Guid) | Initializes a new instance of the SPSitePipeBind class using the specified GUID. | |
SPSitePipeBind(String) | Initializes a new instance of the SPSitePipeBind class using the specified input string. | |
SPSitePipeBind(Uri) | Initializes a new instance of the SPSitePipeBind class using the specified URI. | |
SPSitePipeBind(SPSiteAdministration) | Initializes a new instance of the SPSitePipeBind class using the specified site collection administration object. |
Top