Class MultiFCSearchConfiguration
Inheritance
System.Object
MultiFCSearchConfiguration
Assembly: DocuWare.Platform.ServerClient.dll
public class MultiFCSearchConfiguration : object
Properties
Declaration
public List<string> FcIds { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
Declaration
public System.Guid Id { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string SearchDialogFCID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string SearchDialogID { get; set; }
Property Value
Type |
Description |
System.String |
|