The specified property type is either not supported by the Content Engine Web Services interface, or it was submitted from the Content Engine Web Services interface and is not supported by the API. This field is read-only.


Namespace: FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly TRANSPORT_WSI_UNSUPPORTED_PROPERTY_TYPE As ExceptionCode
C#
public static readonly ExceptionCode TRANSPORT_WSI_UNSUPPORTED_PROPERTY_TYPE;
C++
public:
 static const ExceptionCode TRANSPORT_WSI_UNSUPPORTED_PROPERTY_TYPE;
J#
public static final ExceptionCode TRANSPORT_WSI_UNSUPPORTED_PROPERTY_TYPE
JScript
public static const var TRANSPORT_WSI_UNSUPPORTED_PROPERTY_TYPE : ExceptionCode;

See Also