Returns string of permitted target file types for this document. Uses the newer RESTful API of the Imaging Services.
'Declaration
Public Function GetAttributes_DocumentContentType() As System.String
'Usage
Dim instance As Document
Dim value As System.String
value = instance.GetAttributes_DocumentContentType()
public System.string GetAttributes_DocumentContentType()
public function GetAttributes_DocumentContentType(): System.String;
public function GetAttributes_DocumentContentType() : System.String;
public: System.string* GetAttributes_DocumentContentType();
public:
System.String^ GetAttributes_DocumentContentType();
Return Value
Returns JSON string of content types supported to make with this document.