文章 UsersDeleteOptions 类

  • 命名空间: Limyee.Extensibility.Api.Version1
  • 程序集: Limyee.Api.dll

定义

class UsersDeleteOptions
{
	bool DeleteAllContent { get; set;  }
	int? Id { get; set;  }
	int? ReassignedUserId { get; set;  }
	string ReassignedUsername { get; set;  }
	string Username { get; set;  }
}

属性

名称

类型

描述

默认值

选项

DeleteAllContent

bool

Id

int?

User Id. Either Id or Username is required. Optional parameter

ReassignedUserId

int?

Reassign the deleted user's content to the user with this Id. If not specified, content will be reassigned to the anonymous user.

ReassignedUsername

string

Reassign the deleted user's content to the user with this username. If not specified, content will be reassigned to the anonymous user.

Username

string

User's name. Either Id or Username is required. Optional parameter