Click or drag to resize

CoreShellFolderExecCommand Method

Overload List
  NameDescription
Public methodExecCommand(IntPtr, Guid, Int32, Object, OLECMDEXECOPT, IBindCtx, Boolean)
Executes the specified command. Depends on the folder's IOleCommandTarget optional implementation. The list of supported types for Input is limited to integral types (String, Int32, int64, Boolean, Single, Double, Guid, DateTime,Decimal) and IDictionary types. Values for an IDictionary passed as Input can also contain arrays of aforementioned types.
Public methodExecCommand(IWithIdList, Guid, Int32, Object, OLECMDEXECOPT, IBindCtx, Boolean)
Executes the specified command. Depends on the folder's IOleCommandTarget optional implementation. The list of supported types for Input is limited to integral types (String, Int32, int64, Boolean, Single, Double, Guid, DateTime,Decimal) and IDictionary types. Values for an IDictionary passed as Input can also contain arrays of aforementioned types.
Top
See Also