AccountURL Property
This property specifies the SharePoint site URL.
Object Oriented Interface
public function getAccountURL(); public function setAccountURL($value);
Procedural Interface
incloudstorage_cloudstorage_get($res, 4 ); incloudstorage_cloudstorage_set($res, 4, $value );
Default Value
''
Remarks
This property specifies the SharePoint site URL. For instance: "https://mycrm.sharepoint.com/"
Data Type
String