GetSubfolder Method

Retrieves a subfolder by its name.

Syntax

folder = FeedFolder.GetSubfolder(folderName)

Parameters

folderName Required. String that specifies the name of the subfolder.

Return Value

Object that receives the specified folder, or null if the folder does not exist.

Remarks

Use ExistsSubfolder first to determine if the folder exists.

Applies To

FeedFolder

See Also

Subfolders