메소드 | 설명 | |
---|---|---|
GetSubResourceUrl ( string wopiRootResourceUrl, WOPISubResourceUrlType subResourceUrlType ) : string |
A method is used to get folder children's level URL.
|
|
GetTokenValueFromWOPIResourceUrl ( string wopiResourceUrl ) : string |
A method is used to get token value.
|
|
InitializeHelper ( IMS_WOPIManagedCodeSUTControlAdapter managedCodeSutConrollerAdapterInstance, ITestSite testSiteInstance ) : void |
A method is used to initialize the TokenAndRequestUrlHelper helper.
|
메소드 | 설명 | |
---|---|---|
GetWOPISrcAndTokenValueFromWOPIResourceUrl ( string wopiResourceUrl ) : string>.Dictionary |
A method is used to get the WOPIsrc value and the token value.
|
메소드 | 설명 | |
---|---|---|
TokenAndRequestUrlHelper ( ) : System |
Prevents a default instance of the TokenAndRequestUrlHelper class from being created
|
public static GetSubResourceUrl ( string wopiRootResourceUrl, WOPISubResourceUrlType subResourceUrlType ) : string | ||
wopiRootResourceUrl | string | A parameter represents the WOPI resource URL for the folder level. |
subResourceUrlType | WOPISubResourceUrlType | A parameter represents the WOPI sub resource URL for the folder level. |
리턴 | string |
public static GetTokenValueFromWOPIResourceUrl ( string wopiResourceUrl ) : string | ||
wopiResourceUrl | string | A parameter represents the WOPI resource URL, which is contain token information. |
리턴 | string |
protected static GetWOPISrcAndTokenValueFromWOPIResourceUrl ( string wopiResourceUrl ) : string>.Dictionary |
||
wopiResourceUrl | string | A parameter represents the WOPI resource URL |
리턴 | string>.Dictionary |
public static InitializeHelper ( IMS_WOPIManagedCodeSUTControlAdapter managedCodeSutConrollerAdapterInstance, ITestSite testSiteInstance ) : void | ||
managedCodeSutConrollerAdapterInstance | IMS_WOPIManagedCodeSUTControlAdapter | A parameter represents the IMS_WOPISUTManageCodeControlAdapter type instance, it is used to get WOPI root resource URL. |
testSiteInstance | ITestSite | A parameter represents an ITestSite instance which is used to get test suite context. |
리턴 | void |