SPSiteSubscriptionPipeBind 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
Public method SPSiteSubscriptionPipeBind(SPSiteSubscription) Initializes a new instance of the SPSiteSubscriptionPipeBind class by using an instance of the SPSiteSubscription object.
Public method SPSiteSubscriptionPipeBind(Guid) Initializes a new instance of the SPSiteSubscriptionPipeBind class by using an instance of the SPSiteSubscription class that is identified by guid.
Public method 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.
Public method SPSiteSubscriptionPipeBind(Uri) Initializes a new instance of the SPSiteSubscriptionPipeBind class by using the site URL.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Read Retrieves the SPSiteSubscription object that is associated with the current SPSiteSubscriptionPipeBind object.
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPSiteSubscriptionPipeBind class

Microsoft.SharePoint.PowerShell namespace