GetFolder Method
Retrieves a folder from its path.
Syntax
folder = FeedsManager.GetFolder(folderPath)
Parameters
folderPath Required. String that specifies the folder path.
Return Value
Object that receives the specified folder, or null if the folder does not exist.
Applies To
FeedsManager
See Also