Expand Minimize
This topic has not yet been rated - Rate this topic

SPUtility.CreateParentFoldersForFile method

Creates a folder hierarchy necessary to create a list item, including the list in which to create the item, as well as an indication whether to create additional list items that correspond to the folders.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
public static void CreateParentFoldersForFile(
	SPList list,
	string url,
	bool createAsListItem
)

Parameters

list
Type: Microsoft.SharePoint.SPList
The list in which the item is to be created.
url
Type: System.String
The URL of the list item to be created.
createAsListItem
Type: System.Boolean
true to create list items that correspond to the folders; otherwise, false.
ExceptionCondition
ArgumentException

list is null.

Set the createAsListItem parameter to true when creating list items that correspond to the folder structure, which may be useful when creating lists that are not document library lists.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.