SPPrefixPipeBind Members
Include Protected Members
Include Inherited 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 the SharePoint Management Shell.
The SPPrefixPipeBind type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPPrefixPipeBind(String) | Initializes a new instance of the SPPrefixPipeBind class by using the managed path URL as a string parameter. | |
SPPrefixPipeBind(SPPrefix) | Initializes a new instance of the SPPrefixPipeBind class by using the SPPrefix object instance as a parameter. |
Top
Methods
Name | Description | |
---|---|---|
Discover | Populates information that is required to retrieve or recreate a given object instance. (Overrides SPCmdletPipeBind<TCmdletObject>.Discover(TCmdletObject).) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Read() | This method is not implemented. (Overrides SPCmdletPipeBind<TCmdletObject>.Read().) | |
Read(SPWebApplication) | Retrieves the SPPrefix object that is associated with the specified Web application (SPWebApplication). | |
Read(SPWebService) | Retrieves the SPPrefix object that is associated with the specified Web service SPWebService. | |
ToString | (Inherited from Object.) |
Top