Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
615
CSOM for WebSplitter
posted

Any CSOM code examples available for WebSplitter?

  • 24497
    Suggested Answer
    posted

    Hi Wishnu,

    You may look at CSOM docs provided by installation and purpose of available functions or if you prefer all possible functionality, then you may use something like below and in debugger look at available [Methods]. If method returns object, then you may get reference to that object and look at its member in debugger as well. However, you should not use members which start with "_". I would suggest to use official docs because members which are not referenced in those docs are not supported.

    var splitter = $find('WebSplitter1');
    debugger;