MaximumPathLengthValidation.DoValidate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DoValidate(IDirectoryInfo) |
Does the validate. |
DoValidate(IFileInfo) |
Does the validate. |
DoValidate(IDirectoryInfo)
Does the validate.
protected override Microsoft.Azure.Commands.StorageSync.Evaluation.Interfaces.IValidationResult DoValidate (Microsoft.Azure.Commands.StorageSync.Evaluation.Interfaces.IDirectoryInfo node);
override this.DoValidate : Microsoft.Azure.Commands.StorageSync.Evaluation.Interfaces.IDirectoryInfo -> Microsoft.Azure.Commands.StorageSync.Evaluation.Interfaces.IValidationResult
Protected Overrides Function DoValidate (node As IDirectoryInfo) As IValidationResult
Parameters
- node
- IDirectoryInfo
The node.
Returns
IValidationResult.
Applies to
DoValidate(IFileInfo)
Does the validate.
protected override Microsoft.Azure.Commands.StorageSync.Evaluation.Interfaces.IValidationResult DoValidate (Microsoft.Azure.Commands.StorageSync.Evaluation.Interfaces.IFileInfo node);
override this.DoValidate : Microsoft.Azure.Commands.StorageSync.Evaluation.Interfaces.IFileInfo -> Microsoft.Azure.Commands.StorageSync.Evaluation.Interfaces.IValidationResult
Protected Overrides Function DoValidate (node As IFileInfo) As IValidationResult
Parameters
- node
- IFileInfo
The node.
Returns
IValidationResult.