AssetContentType Property |
Gets or sets the type of the content.
Namespace: Scanjour.Workflow4.Web.Services.RepositoriesAssembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic string ContentType { get; }
Public ReadOnly Property ContentType As String
Get
public:
property String^ ContentType {
String^ get ();
}
member ContentType : string with get
Property Value
String
The type of the content.
See Also