







|
| Vista Bridge Library for Managed code development |
| RedirectionCapabilities Enumeration |
| See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
Specifies the redirection capabilities for known folders.
Namespace:
Microsoft.SDK.Samples.VistaBridge.Library.KnownFolders
Assembly:
VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# |
|---|
public enum RedirectionCapabilities |
| Visual Basic (Declaration) |
|---|
Public Enumeration RedirectionCapabilities |
| Visual C++ |
|---|
public enum class RedirectionCapabilities |
Members
| Member name | Description | |
|---|---|---|
| None |
Redirection capability is unknown.
| |
| AllowAll |
The known folder can be redirected.
| |
| Redirectable |
The known folder can be redirected.
Currently, redirection exists only for
common and user folders; fixed and virtual folders
cannot be redirected.
| |
| DenyAll |
Redirection is not allowed.
| |
| DenyPolicyRedirected |
The folder cannot be redirected because it is
already redirected by group policy.
| |
| DenyPolicy |
The folder cannot be redirected because the policy
prohibits redirecting this folder.
| |
| DenyPermissions |
The folder cannot be redirected because the calling
application does not have sufficient permissions.
|
