Class LinkRelations
Inheritance
System.Object
LinkRelations
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class LinkRelations : object
Constructors
LinkRelations()
Creates a new instance of this class
Declaration
public LinkRelations()
Properties
IsComplete
If this is true than there are no other links are expected than the specified.
Declaration
public bool IsComplete { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Relation
Declaration
public List<LinkRelation> Relation { get; set; }
Property Value
Type | Description |
---|---|
List<LinkRelation> |