Creates a directly-contained subfolder of this folder.

A IFileEvent is triggered by the creation of a subfolder. The source object of the event is the IFolder object on which this method is invoked.

Namespace:  FileNet.Api.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Function CreateSubFolder ( _
	name As String _
) As IFolder
C#
IFolder CreateSubFolder(
	string name
)
Visual C++
IFolder^ CreateSubFolder(
	String^ name
)
JavaScript
function createSubFolder(name);

Parameters

name
Type: System..::.String
A String containing the name to assign to the new child folder.

Return Value

A IFolder object for the new child folder.

ToggleSee Also