Udostępnij za pośrednictwem


MaximumPathLengthValidation.DoValidate Method

Definition

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.

Applies to