Click or drag to resize

ImportSearchConfigurationCmd Class

Inheritance Hierarchy
SystemObject
  InternalCommand
    Cmdlet
      PSCmdlet
        SPCmdlet
          Colygon.MatchPoint.Hybrid.Search.CommandsImportSearchConfigurationCmd

Namespace:  Colygon.MatchPoint.Hybrid.Search.Commands
Assembly:  Colygon.MatchPoint.Hybrid (in Colygon.MatchPoint.Hybrid.dll) Version: 2019.2.1.0
Syntax
C#
public sealed class ImportSearchConfigurationCmd : SPCmdlet

The ImportSearchConfigurationCmd type exposes the following members.

Constructors
  NameDescription
Public methodImportSearchConfigurationCmd
Initializes a new instance of the ImportSearchConfigurationCmd class
Top
Properties
  NameDescription
Public propertyAssignmentCollection (Inherited from SPCmdlet.)
Public propertyCommandOrigin (Inherited from InternalCommand.)
Public propertyCommandRuntime (Inherited from Cmdlet.)
Public propertyCurrentPSTransaction (Inherited from Cmdlet.)
Public propertyEvents (Inherited from PSCmdlet.)
Public propertyHost (Inherited from PSCmdlet.)
Public propertyInvokeCommand (Inherited from PSCmdlet.)
Public propertyInvokeProvider (Inherited from PSCmdlet.)
Public propertyJobManager (Inherited from PSCmdlet.)
Public propertyJobRepository (Inherited from PSCmdlet.)
Public propertyMyInvocation (Inherited from PSCmdlet.)
Public propertyPagingParameters (Inherited from PSCmdlet.)
Public propertyParameterSetName (Inherited from PSCmdlet.)
Public propertySessionState (Inherited from PSCmdlet.)
Public propertyStopping (Inherited from Cmdlet.)
Top
Methods
  NameDescription
Public methodCurrentProviderLocation (Inherited from PSCmdlet.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetResolvedProviderPathFromPSPath (Inherited from PSCmdlet.)
Public methodGetResourceString (Inherited from Cmdlet.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUnresolvedProviderPathFromPSPath (Inherited from PSCmdlet.)
Public methodGetVariableValue(String) (Inherited from PSCmdlet.)
Public methodGetVariableValue(String, Object) (Inherited from PSCmdlet.)
Public methodInvoke (Inherited from Cmdlet.)
Public methodShouldContinue(String, String) (Inherited from Cmdlet.)
Public methodShouldContinue(String, String, Boolean, Boolean) (Inherited from Cmdlet.)
Public methodShouldContinue(String, String, Boolean, Boolean, Boolean) (Inherited from Cmdlet.)
Public methodShouldProcess(String) (Inherited from Cmdlet.)
Public methodShouldProcess(String, String) (Inherited from Cmdlet.)
Public methodShouldProcess(String, String, String) (Inherited from Cmdlet.)
Public methodShouldProcess(String, String, String, ShouldProcessReason) (Inherited from Cmdlet.)
Public methodThrowTerminatingError (Inherited from Cmdlet.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTransactionAvailable (Inherited from Cmdlet.)
Public methodWriteCommandDetail (Inherited from Cmdlet.)
Public methodWriteDebug (Inherited from Cmdlet.)
Public methodWriteError (Inherited from Cmdlet.)
Public methodWriteInformation(InformationRecord) (Inherited from Cmdlet.)
Public methodWriteInformation(Object, String) (Inherited from Cmdlet.)
Public methodWriteObject(Object) (Inherited from Cmdlet.)
Public methodWriteObject(Object, Boolean) (Inherited from Cmdlet.)
Public methodWriteProgress (Inherited from Cmdlet.)
Public methodWriteVerbose (Inherited from Cmdlet.)
Public methodWriteWarning (Inherited from Cmdlet.)
Top
Fields
See Also