Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Builds a folder path, using the specified storage folder, type ID, and name.
Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)
Syntax
public static string BuildFolderPath(
    ThreadSafeReadOnlyObservableCollection<Folder> storageFolders,
    Guid folderTypeId,
    string subFolderName
)
public:
static String^ BuildFolderPath(
    ThreadSafeReadOnlyObservableCollection<Folder^>^ storageFolders,
    Guid folderTypeId,
    String^ subFolderName
)
Public Shared Function BuildFolderPath (
    storageFolders As ThreadSafeReadOnlyObservableCollection(Of Folder),
    folderTypeId As Guid,
    subFolderName As String
) As String
Parameters
- storageFolders 
 Type: Microsoft.WindowsServerSolutions.Common.ProviderFramework.ThreadSafeReadOnlyObservableCollection<Folder>- The storage folders. 
- folderTypeId 
 Type: System.Guid- The folder type ID. 
- subFolderName 
 Type: System.String- The subfolder name. 
Return Value
Type: System.String
A folder path.
See Also
FolderUtil Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top