SPPrefixPipeBind members

Represents a binding for pipeline or command-line input parameters to a Windows PowerShell cmdlet. The binding that this class represents is to input parameters specific to a SharePoint FoundationSPPrefix object. For more information about PipeBind objects, see Key Concepts for Writing Cmdlets for SharePoint Foundation 2010.

The SPPrefixPipeBind type exposes the following members.

Constructors

  Name Description
Public method SPPrefixPipeBind(String) Initializes a new instance of the SPPrefixPipeBind class by using the managed path URL as a string parameter.
Public method SPPrefixPipeBind(SPPrefix) Initializes a new instance of the SPPrefixPipeBind class by using the SPPrefix object instance as a parameter.

Top

Methods

  Name Description
Protected method Discover Populates information that is required to retrieve or recreate a given object instance. (Overrides SPCmdletPipeBind<TCmdletObject>.Discover(TCmdletObject).)
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() This method is not implemented. (Overrides SPCmdletPipeBind<TCmdletObject>.Read().)
Public method Read(SPWebApplication) Retrieves the SPPrefix object that is associated with the specified Web application (SPWebApplication).
Public method Read(SPWebService) Retrieves the SPPrefix object that is associated with the specified Web service SPWebService.
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPPrefixPipeBind class

Microsoft.SharePoint.PowerShell namespace