????JFIF??x?x????'
| Server IP : 79.136.114.73 / Your IP : 216.73.216.107 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/icad.astacus.se/sharepoint/vendor/vgrem/php-spo/src/SharePoint/ |
Upload File : |
<?php
/**
* This file was generated by phpSPO model generator 2020-08-17T19:25:17+00:00 16.0.20405.12007
*/
namespace Office365\SharePoint;
use Office365\Runtime\ClientValue;
/**
* Represents
* a navigation node in the navigation hierarchy. A navigation hierarchy is a tree
* structure of navigation nodes.
*/
class MenuNode extends ClientValue
{
/**
* @var array
*/
public $AudienceIds;
/**
* Contains
* key value pairs, where both the key and value MUST be of type CSOM
* String.The keys
* SHOULD be prefixed with "Nav_", "_Nav_" or
* "_Sys_Facet_".
* @var array
*/
public $CustomProperties;
/**
* Specifies
* the URL
* of the navigation node relative to the URL of the parent navigation node.
* @var string
*/
public $FriendlyUrlSegment;
/**
* A client
* MUST use this property set to TRUE to indicate that this node MUST be deleted
* by the server. When set to TRUE the server MUST delete the node including all
* the child nodes when present. When set to FALSE the server SHOULD NOT delete
* this node.
* @var bool
*/
public $IsDeleted;
/**
* Specifies
* whether the node will be hidden in the navigation menu. During editing, all
* nodes temporarily become visible so that they can be edited.
* @var bool
*/
public $IsHidden;
/**
* Specifies
* the identifier for the navigation node in the menu tree. If the navigation node
* does not exist on the protocol server, this value MUST be an empty string.It MUST
* NOT be NULL.
* @var string
*/
public $Key;
/**
* Read/WriteSpecifies
* an array of child nodes.
* @var array
*/
public $Nodes;
/**
* Specifies
* the type of the navigation node.
* @var integer
*/
public $NodeType;
/**
* If the NodeType
* (section 3.2.5.244.1.1.7)
* property is set to "SimpleLink", this property represents the URL
* of the navigation node. The URL can be relative or absolute. If the value is a
* relative URL, it can begin with URL tokens "~site" and
* "~sitecollection". These tokens indicate that the URL is either
* relative to the site (2) or to the site
* collection respectively. If the NodeType (section
* 3.2.5.244.1.1.7) property is not set to "SimpleLink", the value MUST
* be an empty string.
* @var string
*/
public $SimpleUrl;
/**
* Specifies
* the title of the navigation node. The value is in the preferred language of the
* user, if available, or is in the default language of the site (2)
* as a fallback.
* @var string
*/
public $Title;
/**
* @var integer
*/
public $CurrentLCID;
}