Class AnonymousLinkOptions
Properties that can be set when creating a new Anonymous Link
public class AnonymousLinkOptions
- Inheritance
-
AnonymousLinkOptions
- Inherited Members
Properties
ExpirationDateTime
Indicates the expiration datetime of the permission.
public DateTime ExpirationDateTime { get; set; }
Property Value
Password
The password of the sharing link that is set by the creator.
public string Password { get; set; }
Property Value
Type
The type of sharing link to create.
public ShareType Type { get; set; }