Click or drag to resize
weroSoft AG, Software
ClientPluginMetadataPluginTarget Property
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Gets the Target of the plug-in.

Namespace:  WeroSoft.ComponentModel.Client
Assembly:  WeroSoft.Client.Library (in WeroSoft.Client.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public string PluginTarget { get; protected set; }

Property Value

Type: String

Implements

IClientPluginMetadataPluginTarget
Remarks
For targeting please use one of the names defined in the type ClientPluginTarget. Normally the Document Plug-ins are assigned to the type Document. The other definitions are commonly used on Panel Plug-ins.
See Also