You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Core Namespace > Classes > DocumentContainer Class > DocumentContainer Methods > DocumentContainer.CanCreateSymbolicLink Method
Close
Ofcas.Lk.Api.Client - Version 3.0
DocumentContainer.CanCreateSymbolicLink Method

Checks whether a shortcut can be created or not.

Syntax
C#
public IOperationInfo CanCreateSymbolicLink(Dictionary<string, object> parameters);
Parameters
Description
Dictionary<string, object> parameters
The parameters for creating the shortcut, see WellKnownEditKeys.Document.

Returns an IOperationInfo to determine if the shortcut can be created with the given parameters. If it's not possible to create the shortcut a list of restrictions is attached to it.

Copyright © 2020. All rights reserved.