SPSiteSubscriptionPipeBind Members
Include Protected Members
Include Inherited Members
Represents a binding for pipeline and command-line input to PowerShell cmdlet parameters. The binding that this class represents is to input parameters specific to the loose association of SharePoint sites represented by an SPSiteSubscription object. This class facilitates the binding to and handling of input parameters as an instance of an SPSiteSubscription object, the URI or URL of an SPSite object, or the GUID identifier of the SPSiteSubscription object.
The SPSiteSubscriptionPipeBind type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPSiteSubscriptionPipeBind(SPSiteSubscription) | Initializes a new instance of the SPSiteSubscriptionPipeBind class by using an instance of the SPSiteSubscription object. | |
SPSiteSubscriptionPipeBind(Guid) | Initializes a new instance of the SPSiteSubscriptionPipeBind class by using an instance of the SPSiteSubscription class that is identified by guid. | |
SPSiteSubscriptionPipeBind(String) | Initializes a new instance of the SPSiteSubscriptionPipeBind class by using either the URL of the site or the guid ID of the related SPSiteSubscription instance. | |
SPSiteSubscriptionPipeBind(Uri) | Initializes a new instance of the SPSiteSubscriptionPipeBind class by using the site URL. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Read | Retrieves the SPSiteSubscription object that is associated with the current SPSiteSubscriptionPipeBind object. | |
ToString | (Inherited from Object.) |
Top