PersonalStorage.TryToGetFolderById

PersonalStorage.TryToGetFolderById method

Gets the folder associated with the specified entry ID.

public bool TryToGetFolderById(string entryIdString, out FolderInfo folder)
ParameterTypeDescription
entryIdStringStringThe string that represented the entry ID.
folderFolderInfo&When this method returns true, contains the FolderInfo object associated with the specified ID.

Return Value

true if the folder is successfully found; otherwise, false.

See Also