SPCFolder.FindByType

Syntax Parameters Return Value
Function SPCFolder.FindByType( _
    Object As Variant, _
    Type As FolderObjectType, _
    SubType As Integer, _
    Option As Integer) As Variant
  • Object [in]

The name of the item to search for.

Type: Variant

  • Type [in]

The type of item to search for.

Type: FolderObjectType

  • SubType [in]

The subtype of item to search for.

Type: Integer

  • Option [in]

Set this to 0 to search for the item by name case sensitively, and 1 to search case insensitively.

Type: Integer

Variant