IAssetsAccessManager Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used to control the access for shared resources like files and folders
public interface class IAssetsAccessManager
public interface class IAssetsAccessManager
__interface IAssetsAccessManager
public interface IAssetsAccessManager
type IAssetsAccessManager = interface
Public Interface IAssetsAccessManager
Methods
CreateAccessContext(ContextPriority, SharingMode) |
Opens a assets access context to be used by a workflow. |
Extension Methods
GetAccessAsync(IAssetsAccessManager, ContextPriority, IEnumerable<String>, SharingMode, AssetsLockScope, CancellationToken, Int32) |
Get Access to a file or folder (folder access will apply to all items under that folder recursively). Note: it will throw canceled exception if the scope CacnelRequest becomes active (in addition the cancel token). |
GetAccessAsync(IAssetsAccessManager, ContextPriority, String, SharingMode, AssetsLockScope, CancellationToken, Int32) |
Get Access to a file or folder (folder access will apply to all items under that folder recursively). Note: it will throw canceled exception if the scope CacnelRequest becomes active (in addition the cancel token). |