FolderCreationOptions.EnforceContainerClassMatching

FolderCreationOptions.EnforceContainerClassMatching property

Gets or sets a value indicating whether to enforce container class checking.

public bool EnforceContainerClassMatching { get; set; }

Property Value

True if container class checking should be enforced; otherwise, false. Default is false.

Remarks

Specifies whether to enforce checking the container class of the folder being added against the container class of the parent folder. If set to true, an exception will be thrown if the container classes do not match.

See Also