NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FileSelector Constructor

The string representation of a file selector is "file://<localpath>".

[Visual Basic]
Public Sub New( _
   ByVal s As String _
)
[C#]
public FileSelector(
   string s
);
[C++]
public: FileSelector(
   String* s
);
[JScript]
public function FileSelector(
   s : String
);

Parameters

s
[To be supplied.]

See Also

FileSelector Class | FileSelector Members | System.Configuration Namespace