Click or drag to resize

LibraryStructureManagerGetFolderPathAndLocation Method

Return the path and location of given folder.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void GetFolderPathAndLocation(
	int folderId,
	out string[] path,
	out int[] location
)

Parameters

folderId
Type: SystemInt32
path
Type: SystemString
location
Type: SystemInt32
See Also