CreaSign

FileSystemResolver.GetData Method 

Returns the data from the file associated with a given URI.

[Visual Basic]
Public Function GetData( _
   ByVal URI As String _
) As Data

Parameters

URI
The URI which identifies the data.

Return Value

The data associated with URI.

Remarks

You should use relative URIs. The file must be located at or bellow the path specified by RootPath. If the file does not exists or it is located above the RootPath (for example when URI is "..\someFile.txt") the null (Nothing in Visual Basic) is returned.

In addition to the backslash '\'character, the slash '/' character can also be used as path separators.

This method can not be called from an untrusted code.

Requirements

Requires CreaSign Pro (not supported by CreaSign Lite).

See Also

FileSystemResolver Class | CreaSign Namespace


Send comments on this topic.

(c) CREA 2002-2007 www.creasign.si