IFolderPropertyExtension Interface
Interface for extending shared folder property dialog.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
public interface IFolderPropertyExtension
public interface class IFolderPropertyExtension
Public Interface IFolderPropertyExtension
Properties
Name | Description | |
---|---|---|
CommandText | Gets the text for the command button shown on the extensible part of the general property tab. |
|
Enabled | Gets a boolean value indicating whether folder extension is enabled. |
|
SectionName | Gets the name of the extensible section of the general property tab. |
Methods
Name | Description | |
---|---|---|
GetStatus(String) | Retrieves the string representation of the volume's off-site storage sync status. |
|
RunCommand(String) | Runs a command given the volume's ID. |
See Also
Microsoft.WindowsServerSolutions.Common Namespace
Return to top