PrintDocument for WinForms | ComponentOne
C1.Win.RibbonPreview.6 Assembly / C1.Win.Localization.Design Namespace / ProjectItems Structure / AddFolder Method

In This Topic
    AddFolder Method (ProjectItems)
    In This Topic
    Syntax
    'Declaration
     
    Public Function AddFolder( _
       ByVal name As String, _
       ByVal kind As String _
    ) As ProjectItem
    public ProjectItem AddFolder( 
       string name,
       string kind
    )

    Parameters

    name
    kind
    See Also