3dak Client

Site.FragmentNames Property

Returns a list of all active SiteFragments of this Site

[Visual Basic]
Public Property ReadOnly List<T> As 
[C#]
public List<T> List<T> { get; }
[C++]
public: __property * get_List<T>();
[JScript]
public function get List<T>() : List<T>

Remarks

use the hasFragment function to check if a specified Fragment is activated for your Site

See Also

Site Class | ppm3dakClient Namespace