CmisSync.SetupController.GetSubfolders C# (CSharp) Method

GetSubfolders() static public method

Get the list of subfolders contained in a CMIS folder.
static public GetSubfolders ( string repositoryId, string path, string address, string user, string password ) : string[]
repositoryId string
path string
address string
user string
password string
return string[]
        static public string[] GetSubfolders(string repositoryId, string path,
            string address, string user, string password)
        {
            return CmisUtils.GetSubfolders(repositoryId, path, address, user, password);
        }