Class MultiFCSearchConfiguration
Inheritance
System.Object
MultiFCSearchConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DocuWare.Platform.ServerClient.WebClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
[Serializable]
public class MultiFCSearchConfiguration
Properties
FcIds
Declaration
public List<string> FcIds { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
Id
Declaration
public Guid Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SearchDialogFCID
Declaration
public string SearchDialogFCID { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SearchDialogID
Declaration
public string SearchDialogID { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |