3dak Client

Site.Fragment Property

Returns a Fragment object from the Specified FragmentName

[C#] In C#, this property is the indexer for the Site class.

[Visual Basic]
Public Default Property ReadOnly Fragment( _ 
   ByVal String As String _ 
) As 
[C#]
public fragment this[
   string String
] { get; }
[C++]
public: __property * get_fragment(
   String* String
);
[JScript]
returnValue = SiteObject.Item( String );
-or-
returnValue = SiteObject( String );

[JScript] In JScript, you can use the default indexed properties defined by a type, but you cannot explicitly define your own. However, specifying the expando attribute on a class automatically provides a default indexed property whose type is Object and whose index type is String.

Parameters

FragmentName
Name of the Fragment, this Value is case sensitive

Property Value

Remarks

See Also

Site Class | ppm3dakClient Namespace