WorkspaceBrokerAx.IsWorkspaceFolderItemRemoteDesktop property
[IsWorkspaceFolderItemRemoteDesktop is no longer available for use as of Windows 10 and Windows Server 2016 Technical Preview.]
Specifies if the folder item is a remote desktop.
Syntax
var isWorkspaceFolderItemRemoteDesktop = workspaceBrokerAx.isWorkspaceFolderItemRemoteDesktop(WkspId, WkspFolder, itr);
Parameters
WkspId [in]
Type: StringThe workspace identifier obtained from the WorkspaceId property.
WkspFolder [in]
Type: StringThe folder name obtained from the WorkspaceFolderName property.
itr [in]
Type: NumberThe index of the item.
Property value
Type: Boolean
true if the folder item is a remote desktop; otherwise, false.
Requirements
Minimum supported client |
Windows 8 [Windows Store apps only] |
Minimum supported server |
Windows Server 2012 [Windows Store apps only] |
End of client support |
Windows 8.1 |
End of server support |
Windows Server 2012 R2 |
IDL |
Wkspbkax.idl |