Gets a list of the names of the custom folders.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetCustomFolderList( _
ByVal Count As Integer _
) As String |
Visual Basic (Usage) | |
---|
Dim instance As IPwOptions
Dim Count As Integer
Dim value As String
value = instance.IGetCustomFolderList(Count)
|
C# | |
---|
string IGetCustomFolderList(
int Count
) |
C++/CLI | |
---|
String^ IGetCustomFolderList(
& int Count
) |
Parameters
- Count
Number of custom folders
Return Value
String array of the names of the custom folders
Remarks
See Also
Availability
PhotoWorks API 2006 FCS