GlobalSettingsManagerSetEmailAttachmentAndLinkTypeSettings Method

Set email attachment and link type settings.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Set email attachment and link type settings.")]
public void SetEmailAttachmentAndLinkTypeSettings(
	int emailAttachment,
	string linkType
)

Parameters

emailAttachment  Int32
linkType  String

See Also