How to use CMServiceAPI to connect and save the document to CM23

Is there anyone to provide the User Guide how to use CMServiceAPI ? Thank

Parents Reply
  • 0 in reply to 

    PropertyIds is an enumeration representing all the different standard object properties.  They are not documented but you can work out what each one corresponds to based upon its name.  They are described here:  content-manager-sdk.github.io/.../namespace_t_r_i_m_1_1_s_d_k.html

    The Service API PDF document contains a link to this website but it can also be found through some clever web searching.

    I have never used the 'RecordFind' class but I now see that it inherits from TrimMainObjectByUri (which I didn't know existed).  This makes sense and I was wondering just yesterday if the Service API had a generic way to find a main object like the TRIM SDK does.  I assume you use a Record URI in the 'Id' property and it may also accept a record number too based on what I've seen in other parts of the Service API

Children