DocumentSchemaManagerGetFieldsOverviewInfoList Method

/// Returns information about all metadata fields starting with the specified string.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Returns information about all metadata fields starting with the specified string.")]
public FieldOverview[] GetFieldsOverviewInfoList(
	string startsWith
)

Parameters

startsWith  String
 

Return Value

FieldOverview

Remarks

This method does not take fields marked as invisible into account.

See Also