GlobalSettingsManager.SetEmailAttachmentAndLinkTypeSettings Method
Click or drag to resize

GlobalSettingsManagerSetEmailAttachmentAndLinkTypeSettings Method

Set email attachment and link type settings.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void SetEmailAttachmentAndLinkTypeSettings(
	int emailAttachment,
	string linkType
)

Parameters

emailAttachment
Type: SystemInt32
linkType
Type: SystemString
See Also