| IModelAddEntityLinkToFile Method |
Zet Universe[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:ZU.Core.IModel.AddEntityLinkToFile(System.String,System.String,System.String,ZU.Configuration.Settings.IAppAccount,System.Windows.Rect,System.Windows.Threading.Dispatcher,ZU.Core.IEntity,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]
Namespace: ZU.CoreAssemblies: 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 IEntity AddEntityLinkToFile(
string filePath,
string title,
string accountRootFolder,
IAppAccount account,
Rect pos,
Dispatcher dispatcher,
IEntity listIEntity,
bool isToBeIncludedIntoList,
bool fileNotYetExists = false,
bool isNotInSpace = true,
bool runInUI = false
)
Parameters
- filePath
- Type: SystemString
If relative path is specified, accountRootFolder should be specified, as well. Otherwise, if absolute path is specified, accountRootFolder should be empty or null. - title
- Type: SystemString
[Missing <param name="title"/> documentation for "M:ZU.Core.IModel.AddEntityLinkToFile(System.String,System.String,System.String,ZU.Configuration.Settings.IAppAccount,System.Windows.Rect,System.Windows.Threading.Dispatcher,ZU.Core.IEntity,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]
- accountRootFolder
- Type: SystemString
Should be null or empty if file path is absolute. Otherwise, it should point to the account root folder. - account
- Type: ZU.Configuration.SettingsIAppAccount
Application account - pos
- Type: System.WindowsRect
Destination position - dispatcher
- Type: System.Windows.ThreadingDispatcher
Application dispatcher - listIEntity
- Type: ZU.CoreIEntity
List IEntity - isToBeIncludedIntoList
- Type: SystemBoolean
True if item should be included into the list, otherwise false. - fileNotYetExists (Optional)
- Type: SystemBoolean
Specify if this file doesn't exist, yet - isNotInSpace (Optional)
- Type: SystemBoolean
True if item shall not be shown in the space, otherwise false. - runInUI (Optional)
- Type: SystemBoolean
[Missing <param name="runInUI"/> documentation for "M:ZU.Core.IModel.AddEntityLinkToFile(System.String,System.String,System.String,ZU.Configuration.Settings.IAppAccount,System.Windows.Rect,System.Windows.Threading.Dispatcher,ZU.Core.IEntity,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]
Return Value
Type:
IEntity[Missing <returns> documentation for "M:ZU.Core.IModel.AddEntityLinkToFile(System.String,System.String,System.String,ZU.Configuration.Settings.IAppAccount,System.Windows.Rect,System.Windows.Threading.Dispatcher,ZU.Core.IEntity,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]
See Also