Class CreateFormsFileResult
Inheritance
System.Object
CreateFormsFileResult
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class CreateFormsFileResult : object
Properties
ContentType
the content type
Declaration
public string ContentType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FilePath
File path.
Declaration
public string FilePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |