Table of Contents

Interface ICMSProjectAccessor

Namespace
CMS.Plugin.MesSuite.Abstractions
Assembly
CMS.Plugin.MesSuite.Abstractions.dll

CMS工程访问器

public interface ICMSProjectAccessor

Methods

GetProjectId()

获取工程Id

string GetProjectId()

Returns

string

GetProjectIdAsync()

获取工程Id

Task<string> GetProjectIdAsync()

Returns

Task<string>