When returning objects all properties selected must be from same class. This field is read-only.
Namespace:
FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared ReadOnly RETRIEVE_ALL_PROPS_FROM_SAME_CLASS As ExceptionCode |
C# |
---|
public static readonly ExceptionCode RETRIEVE_ALL_PROPS_FROM_SAME_CLASS; |
C++ |
---|
public: static const ExceptionCode RETRIEVE_ALL_PROPS_FROM_SAME_CLASS; |
J# |
---|
public static final ExceptionCode RETRIEVE_ALL_PROPS_FROM_SAME_CLASS |
JScript |
---|
public static const var RETRIEVE_ALL_PROPS_FROM_SAME_CLASS : ExceptionCode; |
See Also