Description
IWTDItemCollection Interface
| |||
API IWTD Item Collection | |||
SAP® B1 DI-API C# definitionpublic interface IWTDItemCollection : IEnumerable
{
int Count
{
get;
}
WTDItem Add();
IEnumerator GetEnumerator();
string GetXMLSchema();
WTDItem Item( object vtIndex);
void ToXMLFile( string bstrFileName);
string ToXMLString();
} |
|||
SAP® Business One is the trademark(s) or registered trademark(s) of SAP AG in Germany and in several other countries. Contact This website is not affiliated with, maintained, authorized, endorsed or sponsored by SAP AG or any of its affiliates |