FolderUtil.BuildFolderPath Method (ThreadSafeReadOnlyObservableCollection<Folder>, Guid, String)
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.GuidThe folder type ID.
subFolderName
Type: System.StringThe subfolder name.
Return Value
Type: System.String
A folder path.
See Also
FolderUtil Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top