LibraryStructureManagerGetFolderPathAndLocation Method

Return the path and location of given folder.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return the path and location of given folder.")]
public void GetFolderPathAndLocation(
	int folderId,
	out string[] path,
	out int[] location
)

Parameters

folderId  Int32
path  String
location  Int32

See Also