Click or drag to resize
IAppManagerCreateAppAccount Method
Zet Universe

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:ZU.Core.Apps.IAppManager.CreateAppAccount(System.String,System.String,ZU.Plugins.IZetApp,System.String,System.String,System.String,System.String,System.String,System.String,ZU.Semantic.EntityRef,ZU.Semantic.EntityRef,System.DateTime,System.DateTime)"]

Namespace: ZU.Core.Apps
Assemblies:  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
Syntax
C#
IAppAccount CreateAppAccount(
	string accountId,
	string accountTitle,
	IZetApp app,
	string email,
	string secret,
	string token,
	string userId,
	string userTitle,
	string userPassword,
	EntityRef uidOwner,
	EntityRef uidChanger,
	DateTime TLBirth,
	DateTime TLDeath
)

Parameters

accountId
Type: SystemString

[Missing <param name="accountId"/> documentation for "M:ZU.Core.Apps.IAppManager.CreateAppAccount(System.String,System.String,ZU.Plugins.IZetApp,System.String,System.String,System.String,System.String,System.String,System.String,ZU.Semantic.EntityRef,ZU.Semantic.EntityRef,System.DateTime,System.DateTime)"]

accountTitle
Type: SystemString

[Missing <param name="accountTitle"/> documentation for "M:ZU.Core.Apps.IAppManager.CreateAppAccount(System.String,System.String,ZU.Plugins.IZetApp,System.String,System.String,System.String,System.String,System.String,System.String,ZU.Semantic.EntityRef,ZU.Semantic.EntityRef,System.DateTime,System.DateTime)"]

app
Type: ZU.PluginsIZetApp

[Missing <param name="app"/> documentation for "M:ZU.Core.Apps.IAppManager.CreateAppAccount(System.String,System.String,ZU.Plugins.IZetApp,System.String,System.String,System.String,System.String,System.String,System.String,ZU.Semantic.EntityRef,ZU.Semantic.EntityRef,System.DateTime,System.DateTime)"]

email
Type: SystemString

[Missing <param name="email"/> documentation for "M:ZU.Core.Apps.IAppManager.CreateAppAccount(System.String,System.String,ZU.Plugins.IZetApp,System.String,System.String,System.String,System.String,System.String,System.String,ZU.Semantic.EntityRef,ZU.Semantic.EntityRef,System.DateTime,System.DateTime)"]

secret
Type: SystemString

[Missing <param name="secret"/> documentation for "M:ZU.Core.Apps.IAppManager.CreateAppAccount(System.String,System.String,ZU.Plugins.IZetApp,System.String,System.String,System.String,System.String,System.String,System.String,ZU.Semantic.EntityRef,ZU.Semantic.EntityRef,System.DateTime,System.DateTime)"]

token
Type: SystemString

[Missing <param name="token"/> documentation for "M:ZU.Core.Apps.IAppManager.CreateAppAccount(System.String,System.String,ZU.Plugins.IZetApp,System.String,System.String,System.String,System.String,System.String,System.String,ZU.Semantic.EntityRef,ZU.Semantic.EntityRef,System.DateTime,System.DateTime)"]

userId
Type: SystemString

[Missing <param name="userId"/> documentation for "M:ZU.Core.Apps.IAppManager.CreateAppAccount(System.String,System.String,ZU.Plugins.IZetApp,System.String,System.String,System.String,System.String,System.String,System.String,ZU.Semantic.EntityRef,ZU.Semantic.EntityRef,System.DateTime,System.DateTime)"]

userTitle
Type: SystemString

[Missing <param name="userTitle"/> documentation for "M:ZU.Core.Apps.IAppManager.CreateAppAccount(System.String,System.String,ZU.Plugins.IZetApp,System.String,System.String,System.String,System.String,System.String,System.String,ZU.Semantic.EntityRef,ZU.Semantic.EntityRef,System.DateTime,System.DateTime)"]

userPassword
Type: SystemString

[Missing <param name="userPassword"/> documentation for "M:ZU.Core.Apps.IAppManager.CreateAppAccount(System.String,System.String,ZU.Plugins.IZetApp,System.String,System.String,System.String,System.String,System.String,System.String,ZU.Semantic.EntityRef,ZU.Semantic.EntityRef,System.DateTime,System.DateTime)"]

uidOwner
Type: ZU.SemanticEntityRef

[Missing <param name="uidOwner"/> documentation for "M:ZU.Core.Apps.IAppManager.CreateAppAccount(System.String,System.String,ZU.Plugins.IZetApp,System.String,System.String,System.String,System.String,System.String,System.String,ZU.Semantic.EntityRef,ZU.Semantic.EntityRef,System.DateTime,System.DateTime)"]

uidChanger
Type: ZU.SemanticEntityRef

[Missing <param name="uidChanger"/> documentation for "M:ZU.Core.Apps.IAppManager.CreateAppAccount(System.String,System.String,ZU.Plugins.IZetApp,System.String,System.String,System.String,System.String,System.String,System.String,ZU.Semantic.EntityRef,ZU.Semantic.EntityRef,System.DateTime,System.DateTime)"]

TLBirth
Type: SystemDateTime

[Missing <param name="TLBirth"/> documentation for "M:ZU.Core.Apps.IAppManager.CreateAppAccount(System.String,System.String,ZU.Plugins.IZetApp,System.String,System.String,System.String,System.String,System.String,System.String,ZU.Semantic.EntityRef,ZU.Semantic.EntityRef,System.DateTime,System.DateTime)"]

TLDeath
Type: SystemDateTime

[Missing <param name="TLDeath"/> documentation for "M:ZU.Core.Apps.IAppManager.CreateAppAccount(System.String,System.String,ZU.Plugins.IZetApp,System.String,System.String,System.String,System.String,System.String,System.String,ZU.Semantic.EntityRef,ZU.Semantic.EntityRef,System.DateTime,System.DateTime)"]

Return Value

Type: IAppAccount

[Missing <returns> documentation for "M:ZU.Core.Apps.IAppManager.CreateAppAccount(System.String,System.String,ZU.Plugins.IZetApp,System.String,System.String,System.String,System.String,System.String,System.String,ZU.Semantic.EntityRef,ZU.Semantic.EntityRef,System.DateTime,System.DateTime)"]

See Also