SPCmdletSetSPSiteUrl methods

The SPCmdletSetSPSiteUrl type exposes the following members.

Methods

  Name Description
Protected method BeginProcessing Sets start markers for cmdlet execution, during which processing steps like logging and permission checks are performed; this method is called once at the beginning of cmd execution. (Inherited from SPCmdlet.)
Public method CurrentProviderLocation (Inherited from PSCmdlet.)
Protected method EndProcessing Provides a means for adding post-processing functionality for the cmdlet. (Inherited from SPCmdlet.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Protected method GetProp<T> Retrieves the object from the Fields property that is associated with the specified field name. (Inherited from SPCmdlet.)
Protected method GetPropV<S> Retrieves the structure from Fields property that is associated with the specified field name. (Inherited from SPCmdlet.)
Public method GetResolvedProviderPathFromPSPath (Inherited from PSCmdlet.)
Public method GetResourceString (Inherited from Cmdlet.)
Protected method GetSwitch Retrieves a SwitchParameter object, if one is found. (Inherited from SPCmdlet.)
Public method GetType (Inherited from Object.)
Public method GetUnresolvedProviderPathFromPSPath (Inherited from PSCmdlet.)
Public method GetVariableValue(String) (Inherited from PSCmdlet.)
Public method GetVariableValue(String, Object) (Inherited from PSCmdlet.)
Protected method InternalBeginProcessing This method executes inside of the BeginProcessing() method, and before pipeline parameters on that method are set, and therefore provides a means for users to add program functionality to the BeginProcessing() method. (Inherited from SPCmdlet.)
Protected method InternalDispose (Inherited from SPCmdletSPSiteUrlBase.)
Protected method InternalEndProcessing This method executes inside of the EndProcessing() method, and therefore provides a means for users to add program functionality to the EndProcessing() method upon conclusion of cmdlet execution. (Inherited from SPCmdlet.)
Protected method InternalProcessRecord Sealed version of the InternalProcessRecord() method on the SPCmdlet class. Internally, this method call the UpdateDataObject() method, which persists changes that are made to the data object. (Inherited from SPSetCmdletBase<TCmdletObject>.)
Protected method InternalStopProcessing Provides a means for users to add program functionality to the StopProcessing() function. (Inherited from SPCmdlet.)
Protected method InternalValidate (Overrides SPCmdletSPSiteUrlBase.InternalValidate().)
Public method Invoke (Inherited from Cmdlet.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method ProcessRecord Provides record-by-record processing functionality for the cmdlet and logs entries for the execution of each record. This method is called once for every piped object (that is, for every record). (Inherited from SPCmdlet.)
Protected method RequireLocalFarmExist Gets or sets a Boolean value that specifies whether a local farm must exist before the cmdlet can execute. (Inherited from SPCmdlet.)
Protected method RequireUserFarmAdmin Specifies whether a cmdlet needs farm-level administrator privileges in order to execute. (Inherited from SPCmdlet.)
Protected method RequireUserMachineAdmin Specifies whether a cmdlet needs administrator privileges on the computer on which it executes. (Inherited from SPCmdlet.)
Protected method SetProp Internal use only. Do not use. (Inherited from SPCmdlet.)
Public method ShouldContinue(String, String) (Inherited from Cmdlet.)
Public method ShouldContinue(String, String, Boolean, Boolean) (Inherited from Cmdlet.)
Public method ShouldProcess(String) (Inherited from Cmdlet.)
Public method ShouldProcess(String, String) (Inherited from Cmdlet.)
Public method ShouldProcess(String, String, String) (Inherited from Cmdlet.)
Public method ShouldProcess(String, String, String, ShouldProcessReason) (Inherited from Cmdlet.)
Protected method SkipProcessCurrentRecord Provides a means to stop processing a given record and to skip over that record to the next. (Inherited from SPCmdlet.)
Protected method StopProcessing Stops record processing in cases where the user stops the cmdlet asynchronously. This method is called by PowerShell when the user strikes the keys Ctrl-C. (Inherited from SPCmdlet.)
Public method ThrowTerminatingError(ErrorRecord) (Inherited from Cmdlet.)
Protected method ThrowTerminatingError(Exception, ErrorCategory, Object) Writes the details of a terminating error to the screen as an error message and logs the details in a log file. (Inherited from SPCmdlet.)
Protected method ThrowTerminatingError(Exception, ErrorCategory, Object, String) Writes the details of a terminating error to the screen as an error message and logs the details in a log file. (Inherited from SPCmdlet.)
Public method ToString (Inherited from Object.)
Public method TransactionAvailable (Inherited from Cmdlet.)
Protected method UpdateDataObject (Overrides SPSetCmdletBase<TCmdletObject>.UpdateDataObject().)
Public method WriteCommandDetail (Inherited from Cmdlet.)
Public method WriteDebug (Inherited from Cmdlet.)
Public method WriteError(ErrorRecord) (Inherited from Cmdlet.)
Protected method WriteError(Exception, ErrorCategory, Object) Writes the details of non-terminating errors to the screen as an error message and logs the details in a log file. (Inherited from SPCmdlet.)
Protected method WriteError(Exception, ErrorCategory, Object, String) Writes the details of non-terminating errors to the screen as an error message and logs the details in a log file. (Inherited from SPCmdlet.)
Public method WriteObject(Object) (Inherited from Cmdlet.)
Public method WriteObject(Object, Boolean) (Inherited from Cmdlet.)
Public method WriteProgress(ProgressRecord) (Inherited from Cmdlet.)
Protected method WriteProgress(String, String) Writes progress information to the screen regarding the executing cmdlet. (Inherited from SPCmdlet.)
Protected method WriteProgress(String, String, Int32) Writes progress information to the screen regarding the executing cmdlet. (Inherited from SPCmdlet.)
Protected method WriteResult Displays an object instance and writes it to the console screen or to the cmdlet pipeline. (Inherited from SPCmdlet.)
Public method WriteVerbose (Inherited from Cmdlet.)
Public method WriteWarning(String) (Inherited from Cmdlet.)
Protected method WriteWarning(String, String) Provides a means for displaying a warning message to the user. (Inherited from SPCmdlet.)

Top

See also

Reference

SPCmdletSetSPSiteUrl class

Microsoft.SharePoint.PowerShell namespace