EngineAsyncTHierarchyItemAsyncUseFullUris Property
IT Hit WebDAV Classes Reference
Specifies whether engine shall use full or relative urls. Default is true.
Namespace:
ITHit.Server
Assembly:
ITHit.Server (in ITHit.Server.dll) Version: 13.3.13068
Syntax public bool UseFullUris { get; set; }
Public Property UseFullUris As Boolean
Get
Set
public:
property bool UseFullUris {
bool get ();
void set (bool value);
}
member UseFullUris : bool with get, set
Property Value
Type:
BooleanRemarks
By default full urls are used.
See Also