Click or drag to resize

RemDesignGetForms Method

Paperwork .Net Kütüphanesi
Formların listesini getirir.

Namespace:  Paperwork.Connect
Assembly:  Paperwork.Connect (in Paperwork.Connect.dll) Version: 5.0.0.0
Syntax
C#
public ObservableCollection<LookupItem> GetForms(
	bool allVersions,
	string objectId,
	bool withGroupForms
)

Parameters

allVersions
Type: SystemBoolean
objectId
Type: SystemString
withGroupForms
Type: SystemBoolean

Return Value

Type: ObservableCollectionLookupItem
See Also