GetFileShareInfo
GetFileShareInfo
Retrieves Windows file share information.
Properties
Query Filter - Equal To
Type: System.ComponentModel.BindingList`1[[Citrix.WorkflowStudio.CustomActivities.Editors.VariableEdit, CustomActivityPropertyEditors, Version=1.0.0.0, Culture=neutral, PublicKeyToken=36841176f080fbec]]
Specifies the WMI properties and filter values you want to use to filter your WMI query. The specified WMI properties must be equal to to the values you specify.
Query Filter - Greater Than
Type: System.ComponentModel.BindingList`1[[Citrix.WorkflowStudio.CustomActivities.Editors.VariableEdit, CustomActivityPropertyEditors, Version=1.0.0.0, Culture=neutral, PublicKeyToken=36841176f080fbec]]
Specifies the WMI properties and filter values you want to use to filter your WMI query. The specified WMI properties must be greater than to the values you specify.
Query Filter - Less Than
Type: System.ComponentModel.BindingList`1[[Citrix.WorkflowStudio.CustomActivities.Editors.VariableEdit, CustomActivityPropertyEditors, Version=1.0.0.0, Culture=neutral, PublicKeyToken=36841176f080fbec]]
Specifies the WMI properties and filter values you want to use to filter your WMI query. The specified WMI properties must be less than to the values you specify.
Query Filter - Not Equal To
Type: System.ComponentModel.BindingList`1[[Citrix.WorkflowStudio.CustomActivities.Editors.VariableEdit, CustomActivityPropertyEditors, Version=1.0.0.0, Culture=neutral, PublicKeyToken=36841176f080fbec]]
Specifies the WMI properties and filter values you want to use to filter your WMI query. The specified WMI properties must not equal to the values you specify.
Computer
Type: System.String
Specifies the computer you want to query.
Password
Type: System.Object
Specifies the password for the user to query to the remote computer. If querying the local computer this property is ignored.
Query Properties
Type: System.ComponentModel.BindingList`1[[Citrix.WorkflowStudio.CustomActivities.Editors.StringEdit, CustomActivityPropertyEditors, Version=1.0.0.0, Culture=neutral, PublicKeyToken=36841176f080fbec]]
Specifies the WMI properties you want to retrieve from the WMI Class you specified.
User Name
Type: System.String
Specifies the user name (domain\user or computer\user) to query to the remote computer. If querying the local computer this property is ignored.
WMI Namespace
Type: System.String
Specifies the WMI namespace you want to query.
Output
Type: System.Object
Contains the output object.
OutputList
Type: System.Collections.Generic.List`1[[System.Management.Automation.PSObject, System.Management.Automation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]
Contains the output in list of PSObject format.
OutputCollection
Type: System.Collections.ObjectModel.Collection`1[[System.Management.Automation.PSObject, System.Management.Automation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]
Contains the output in collection of PSObject format.
Add Comment