Partial

RedactionResult.Partial method

Initializes a new instance of RedactionResult class with PartiallyApplied status.

public static RedactionResult Partial(string description)
Parameter Type Description
description String Reason why the operation was not fully applied

Return Value

Partially applied redaction result

See Also