TSMTReturnObject Members
Include Protected Members
Include Inherited Members
Reserved for internal use. This class is used to provide a way to report error back to the client. When using AJAX web service call though sharepoint, any exception becomes generic Internal Server 500 error, thus can't reflect real error.
The TSMTReturnObject type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TSMTReturnObject | This member is reserved for internal use and is not intended to be used directly from your code. |
Top
Properties
Name | Description | |
---|---|---|
Content | This member is reserved for internal use and is not intended to be used directly from your code. Return content | |
Error | This member is reserved for internal use and is not intended to be used directly from your code. Error message | |
OtherData | This member is reserved for internal use and is not intended to be used directly from your code. Additional content that does not fit in the Content property |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top