ReportManagerGetFolder Method

Return information about a SSRS report folder.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return information about a SSRS report folder.")]
public ReportFolder GetFolder(
	string folderId
)

Parameters

folderId  String

Return Value

ReportFolder

See Also