Enum FilesResource.CopyRequest.VisibilityEnum
The visibility of the new file. Permissions are still inherited from parent folders. This parameter is
only relevant when the source is not a Google Doc file and when convert=false.
Namespace: Google.Apis.Drive.v2
Assembly: Google.Apis.Drive.v2.dll
Syntax
public enum FilesResource.CopyRequest.VisibilityEnum
Fields
| Name | Description |
|---|---|
| DEFAULT__ | The visibility of the new file is determined by the user's default visibility or sharing policies. |
| PRIVATE__ | The user's default visibility or sharing policies are ignored, and the new file is only visible to the owner and any users with permissions inherited from the parent folder. |